Home
last modified time | relevance | path

Searched defs:installInstrumentedApp (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/cts/common/device-side/bedstead/modules/multiuser/src/main/kotlin/com/android/bedstead/multiuser/annotations/
H A DEnsureHasAdditionalUser.java49 OptionalBoolean installInstrumentedApp() default ANY; in installInstrumentedApp() method
H A DEnsureHasSecondaryUser.java47 OptionalBoolean installInstrumentedApp() default ANY; in installInstrumentedApp() method
H A DEnsureHasCloneProfile.java52 OptionalBoolean installInstrumentedApp() default TRUE; in installInstrumentedApp() method
H A DEnsureHasTvProfile.java51 OptionalBoolean installInstrumentedApp() default TRUE; in installInstrumentedApp() method
H A DEnsureHasPrivateProfile.java53 OptionalBoolean installInstrumentedApp() default ANY; in installInstrumentedApp() method
/aosp_15_r20/cts/common/device-side/bedstead/modules/enterprise/src/main/kotlin/com/android/bedstead/enterprise/annotations/
H A DEnsureHasWorkProfile.kt70 val installInstrumentedApp: OptionalBoolean = ANY, constant in com.android.bedstead.enterprise.annotations.EnsureHasWorkProfile
/aosp_15_r20/cts/common/device-side/bedstead/modules/multiuser/src/main/kotlin/com/android/bedstead/multiuser/
H A DMultiUserAnnotationExecutor.kt147 private fun Class<out Annotation>.installInstrumentedApp(annotation: Annotation) = in <lambda>() method