Home
last modified time | relevance | path

Searched refs:DO_PO_PRIORITY (Results 1 – 7 of 7) sorted by relevance

/cts/common/device-side/bedstead/modules/enterprise/src/main/kotlin/com/android/bedstead/enterprise/annotations/
DEnsureHasNoProfileOwnerGroup.java19 import static com.android.bedstead.enterprise.annotations.EnsureHasDeviceOwner.DO_PO_PRIORITY;
45 int priority() default DO_PO_PRIORITY; in priority() field
DEnsureHasNoDeviceOwner.java19 import static com.android.bedstead.enterprise.annotations.EnsureHasDeviceOwner.DO_PO_PRIORITY;
55 int priority() default DO_PO_PRIORITY; in priority() field
DEnsureHasNoDpc.java19 import static com.android.bedstead.enterprise.annotations.EnsureHasDeviceOwner.DO_PO_PRIORITY;
62 int priority() default DO_PO_PRIORITY; in priority() field
DEnsureHasDelegate.java19 import static com.android.bedstead.enterprise.annotations.EnsureHasDeviceOwner.DO_PO_PRIORITY;
56 int ENSURE_HAS_DELEGATE_PRIORITY = DO_PO_PRIORITY + 1; // Should run after setting DO/PO
DEnsureHasNoProfileOwner.java19 import static com.android.bedstead.enterprise.annotations.EnsureHasDeviceOwner.DO_PO_PRIORITY;
60 int priority() default DO_PO_PRIORITY; in priority() field
DEnsureHasProfileOwner.kt19 import com.android.bedstead.enterprise.annotations.EnsureHasDeviceOwner.DO_PO_PRIORITY
70 val priority: Int = DO_PO_PRIORITY
DEnsureHasDeviceOwner.java86 int DO_PO_PRIORITY = MIDDLE; field
130 int priority() default DO_PO_PRIORITY; in priority() field