Searched refs:installInstrumentedApp (Results 1 – 15 of 15) sorted by relevance
110 installInstrumentedApp = OptionalBoolean.ANY, in <lambda>()151 installInstrumentedApp: OptionalBoolean, in <lambda>()158 if (installInstrumentedApp == OptionalBoolean.TRUE) { in <lambda>()160 } else if (installInstrumentedApp == OptionalBoolean.FALSE) { in <lambda>()232 installInstrumentedApp: OptionalBoolean, in <lambda>()245 if (installInstrumentedApp == OptionalBoolean.TRUE) { in <lambda>()247 } else if (installInstrumentedApp == OptionalBoolean.FALSE) { in <lambda>()252 ensureHasUser(UserType.SECONDARY_USER_TYPE_NAME, installInstrumentedApp, switchedToUser) in <lambda>()
60 installInstrumentedApp, in <lambda>()92 installInstrumentedApp(annotation), in <lambda>()107 private fun Class<out Annotation>.installInstrumentedApp(annotation: Annotation) = in <lambda>() method
336 @EnsureHasWorkProfile(installInstrumentedApp = TRUE)347 @EnsureHasWorkProfile(installInstrumentedApp = TRUE)358 @EnsureHasWorkProfile(installInstrumentedApp = TRUE)462 @EnsureHasWorkProfile(installInstrumentedApp = TRUE)484 @EnsureHasWorkProfile(installInstrumentedApp = TRUE)499 @EnsureHasWorkProfile(installInstrumentedApp = TRUE)519 @EnsureHasWorkProfile(installInstrumentedApp = TRUE)541 @EnsureHasWorkProfile(installInstrumentedApp = TRUE)562 @EnsureHasWorkProfile(installInstrumentedApp = TRUE)575 @EnsureHasWorkProfile(installInstrumentedApp = TRUE)[all …]
147 @EnsureHasSecondaryUser(installInstrumentedApp = TRUE)
47 OptionalBoolean installInstrumentedApp() default ANY; in installInstrumentedApp() method
45 OptionalBoolean installInstrumentedApp() default ANY; in installInstrumentedApp() method
50 OptionalBoolean installInstrumentedApp() default ANY; in installInstrumentedApp() method
49 OptionalBoolean installInstrumentedApp() default TRUE; in installInstrumentedApp() method
48 OptionalBoolean installInstrumentedApp() default TRUE; in installInstrumentedApp() method
83 @EnsureHasWorkProfile(installInstrumentedApp = TRUE)118 @EnsureHasWorkProfile(installInstrumentedApp = TRUE)
72 val installInstrumentedApp: OptionalBoolean = ANY, constant in com.android.bedstead.enterprise.annotations.EnsureHasWorkProfile
112 @EnsureHasWorkProfile(installInstrumentedApp = TRUE)176 @EnsureHasWorkProfile(installInstrumentedApp = TRUE)
172 @EnsureHasAdditionalUser(installInstrumentedApp = TRUE)199 @EnsureHasAdditionalUser(installInstrumentedApp = TRUE)321 @EnsureHasAdditionalUser(installInstrumentedApp = TRUE)350 @EnsureHasWorkProfile(installInstrumentedApp = TRUE)1002 @EnsureHasWorkProfile(installInstrumentedApp = TRUE)1003 @EnsureHasAdditionalUser(installInstrumentedApp = TRUE)1023 @EnsureHasWorkProfile(installInstrumentedApp = TRUE)1024 @EnsureHasAdditionalUser(installInstrumentedApp = TRUE)
450 OptionalBoolean installInstrumentedApp = (OptionalBoolean)492 ensureHasProfileAnnotation.value(), installInstrumentedApp,1473 OptionalBoolean installInstrumentedApp,1512 if (installInstrumentedApp.equals(OptionalBoolean.TRUE)) {1515 } else if (installInstrumentedApp.equals(OptionalBoolean.FALSE)) {