Home
last modified time | relevance | path

Searched refs:REQUIRE_RUN_ON_PRECEDENCE (Results 1 – 19 of 19) sorted by relevance

/cts/common/device-side/bedstead/harrier/common/src/main/java/com/android/bedstead/harrier/annotations/
DRequireRunNotOnSecondaryUser.java19 …com.android.bedstead.harrier.annotations.AnnotationPriorityRunPrecedence.REQUIRE_RUN_ON_PRECEDENCE;
55 int priority() default REQUIRE_RUN_ON_PRECEDENCE; in priority() field
DRequireRunOnVisibleBackgroundNonProfileUser.java19 …com.android.bedstead.harrier.annotations.AnnotationPriorityRunPrecedence.REQUIRE_RUN_ON_PRECEDENCE;
47 int priority() default REQUIRE_RUN_ON_PRECEDENCE; in priority() field
DRequireRunNotOnVisibleBackgroundNonProfileUser.java19 …com.android.bedstead.harrier.annotations.AnnotationPriorityRunPrecedence.REQUIRE_RUN_ON_PRECEDENCE;
47 int priority() default REQUIRE_RUN_ON_PRECEDENCE; in priority() field
DRequireRunOnSingleUser.java19 …com.android.bedstead.harrier.annotations.AnnotationPriorityRunPrecedence.REQUIRE_RUN_ON_PRECEDENCE;
48 int priority() default REQUIRE_RUN_ON_PRECEDENCE; in priority() field
DRequireRunOnInitialUser.java19 …com.android.bedstead.harrier.annotations.AnnotationPriorityRunPrecedence.REQUIRE_RUN_ON_PRECEDENCE;
65 int priority() default REQUIRE_RUN_ON_PRECEDENCE; in priority() field
DEnsureHasSecondaryUser.java19 …com.android.bedstead.harrier.annotations.AnnotationPriorityRunPrecedence.REQUIRE_RUN_ON_PRECEDENCE;
64 int priority() default REQUIRE_RUN_ON_PRECEDENCE - 1; in priority()
DRequireRunOnSecondaryUser.java19 …com.android.bedstead.harrier.annotations.AnnotationPriorityRunPrecedence.REQUIRE_RUN_ON_PRECEDENCE;
66 int priority() default REQUIRE_RUN_ON_PRECEDENCE; in priority() field
DRequireRunOnSystemUser.java19 …com.android.bedstead.harrier.annotations.AnnotationPriorityRunPrecedence.REQUIRE_RUN_ON_PRECEDENCE;
67 int priority() default REQUIRE_RUN_ON_PRECEDENCE; in priority() field
DRequireRunOnPrimaryUser.java19 …com.android.bedstead.harrier.annotations.AnnotationPriorityRunPrecedence.REQUIRE_RUN_ON_PRECEDENCE;
67 int priority() default REQUIRE_RUN_ON_PRECEDENCE; in priority() field
DRequireRunOnAdditionalUser.java19 …com.android.bedstead.harrier.annotations.AnnotationPriorityRunPrecedence.REQUIRE_RUN_ON_PRECEDENCE;
74 int priority() default REQUIRE_RUN_ON_PRECEDENCE; in priority() field
DRequireRunOnTvProfile.java19 …com.android.bedstead.harrier.annotations.AnnotationPriorityRunPrecedence.REQUIRE_RUN_ON_PRECEDENCE;
64 int priority() default REQUIRE_RUN_ON_PRECEDENCE; in priority() field
DRequireRunOnCloneProfile.java19 …com.android.bedstead.harrier.annotations.AnnotationPriorityRunPrecedence.REQUIRE_RUN_ON_PRECEDENCE;
65 int priority() default REQUIRE_RUN_ON_PRECEDENCE; in priority() field
DRequireRunOnPrivateProfile.java19 …com.android.bedstead.harrier.annotations.AnnotationPriorityRunPrecedence.REQUIRE_RUN_ON_PRECEDENCE;
65 int priority() default REQUIRE_RUN_ON_PRECEDENCE; in priority() field
DEnsureHasPrivateProfile.java20 …com.android.bedstead.harrier.annotations.AnnotationPriorityRunPrecedence.REQUIRE_RUN_ON_PRECEDENCE;
44 int ENSURE_HAS_PRIVATE_PROFILE_PRECEDENCE = REQUIRE_RUN_ON_PRECEDENCE - 1;
DEnsureHasCloneProfile.java20 …com.android.bedstead.harrier.annotations.AnnotationPriorityRunPrecedence.REQUIRE_RUN_ON_PRECEDENCE;
68 int priority() default REQUIRE_RUN_ON_PRECEDENCE - 1; in priority()
DEnsureHasTvProfile.java20 …com.android.bedstead.harrier.annotations.AnnotationPriorityRunPrecedence.REQUIRE_RUN_ON_PRECEDENCE;
67 int priority() default REQUIRE_RUN_ON_PRECEDENCE - 1; in priority()
DRequireRunOnWorkProfile.java19 …com.android.bedstead.harrier.annotations.AnnotationPriorityRunPrecedence.REQUIRE_RUN_ON_PRECEDENCE;
103 int priority() default REQUIRE_RUN_ON_PRECEDENCE; in priority() field
DAnnotationPriorityRunPrecedence.java38 public static final int REQUIRE_RUN_ON_PRECEDENCE = EARLY - 1; field in AnnotationPriorityRunPrecedence
/cts/common/device-side/bedstead/modules/enterprise/src/main/kotlin/com/android/bedstead/enterprise/annotations/
DEnsureHasWorkProfile.kt21 …com.android.bedstead.harrier.annotations.AnnotationPriorityRunPrecedence.REQUIRE_RUN_ON_PRECEDENCE;
83 const val ENSURE_HAS_WORK_PROFILE_PRIORITY = REQUIRE_RUN_ON_PRECEDENCE - 1