Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/packages/
DPackage.java1120 public boolean canConfigureInteractAcrossProfiles() { in canConfigureInteractAcrossProfiles() method in Package
1121 return canConfigureInteractAcrossProfiles(TestApis.users().instrumented()); in canConfigureInteractAcrossProfiles()
1129 public boolean canConfigureInteractAcrossProfiles(UserReference user) { in canConfigureInteractAcrossProfiles() method in Package
1133 return TestApisReflectionKt.canConfigureInteractAcrossProfiles(crossProfileApps, in canConfigureInteractAcrossProfiles()
/cts/common/device-side/bedstead/testapisreflection/java/apis/
Dallowlisted-test-methods.txt28 android.content.pm.CrossProfileApps,public boolean canConfigureInteractAcrossProfiles(java.lang.Str…
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DProvisioningTest.kt311 .filter { it.canConfigureInteractAcrossProfiles() } in <lambda>()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dtest-current.txt1097 method public boolean canConfigureInteractAcrossProfiles(@NonNull String);