Home
last modified time | relevance | path

Searched refs:EnsureHasProfileAnnotation (Results 1 – 6 of 6) sorted by relevance

/cts/common/device-side/bedstead/harrier/common/src/main/java/com/android/bedstead/harrier/annotations/
DEnsureHasPrivateProfile.java24 import com.android.bedstead.harrier.annotations.meta.EnsureHasProfileAnnotation;
41 @EnsureHasProfileAnnotation("android.os.usertype.profile.PRIVATE")
DEnsureHasCloneProfile.java25 import com.android.bedstead.harrier.annotations.meta.EnsureHasProfileAnnotation;
43 @EnsureHasProfileAnnotation("android.os.usertype.profile.CLONE")
DEnsureHasTvProfile.java25 import com.android.bedstead.harrier.annotations.meta.EnsureHasProfileAnnotation;
42 @EnsureHasProfileAnnotation("com.android.tv.profile")
/cts/common/device-side/bedstead/modules/enterprise/src/main/kotlin/com/android/bedstead/enterprise/annotations/
DEnsureHasWorkProfile.kt27 import com.android.bedstead.harrier.annotations.meta.EnsureHasProfileAnnotation;
67 @EnsureHasProfileAnnotation(value = "android.os.usertype.profile.MANAGED", hasProfileOwner = true)
/cts/common/device-side/bedstead/harrier/common/src/main/java/com/android/bedstead/harrier/annotations/meta/
DEnsureHasProfileAnnotation.java33 public @interface EnsureHasProfileAnnotation { annotation
/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
DDeviceState.java107 import com.android.bedstead.harrier.annotations.meta.EnsureHasProfileAnnotation;
445 EnsureHasProfileAnnotation ensureHasProfileAnnotation =
446 annotationType.getAnnotation(EnsureHasProfileAnnotation.class);