Home
last modified time | relevance | path

Searched refs:installInstrumentedAppInParent (Results 1 – 7 of 7) sorted by relevance

/cts/common/device-side/bedstead/harrier/common/src/main/java/com/android/bedstead/harrier/annotations/meta/
DRequireRunOnProfile.java32 OptionalBoolean installInstrumentedAppInParent() default ANY; in installInstrumentedAppInParent() method
/cts/common/device-side/bedstead/harrier/common/src/main/java/com/android/bedstead/harrier/annotations/
DRequireRunOnTvProfile.java44 OptionalBoolean installInstrumentedAppInParent() default ANY; in installInstrumentedAppInParent() method
DRequireRunOnCloneProfile.java45 OptionalBoolean installInstrumentedAppInParent() default ANY; in installInstrumentedAppInParent() method
DRequireRunOnPrivateProfile.java45 OptionalBoolean installInstrumentedAppInParent() default ANY; in installInstrumentedAppInParent() method
DRequireRunOnWorkProfile.java52 OptionalBoolean installInstrumentedAppInParent() default ANY; in installInstrumentedAppInParent() method
/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
DDeviceState.java542 OptionalBoolean installInstrumentedAppInParent = (OptionalBoolean)
566 installInstrumentedAppInParent,
1104 OptionalBoolean installInstrumentedAppInParent,
1120 if (installInstrumentedAppInParent.equals(OptionalBoolean.TRUE)) {
1123 } else if (installInstrumentedAppInParent.equals(OptionalBoolean.FALSE)) {
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DCrossProfileAppsTest.java706 @RequireRunOnWorkProfile(installInstrumentedAppInParent = TRUE)