Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/annotations/
DEnsureHasTvProfile.java24 import com.android.bedstead.harrier.annotations.meta.EnsureHasProfileAnnotation;
40 @EnsureHasProfileAnnotation("com.android.tv.profile")
DEnsureHasWorkProfile.java25 import com.android.bedstead.harrier.annotations.meta.EnsureHasProfileAnnotation;
44 @EnsureHasProfileAnnotation(value = "android.os.usertype.profile.MANAGED", hasProfileOwner = true)
/cts/common/device-side/bedstead/harrier/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.java61 import com.android.bedstead.harrier.annotations.meta.EnsureHasProfileAnnotation;
223 EnsureHasProfileAnnotation ensureHasProfileAnnotation =
224 annotationType.getAnnotation(EnsureHasProfileAnnotation.class);