package com.google.android.datatransport;
/* loaded from: classes2.dex */
public enum Priority {
    DEFAULT,
    VERY_LOW,
    HIGHEST
}
