Home
last modified time | relevance | path

Searched refs:getInteractAcrossProfilesAppOp (Results 1 – 3 of 3) sorted by relevance

/packages/apps/ManagedProvisioning/tests/robotests/src/com/android/managedprovisioning/ota/
DCrossProfileAppsPregrantControllerTest.java96 myShadowOf(mCrossProfileApps).getInteractAcrossProfilesAppOp( in setup()
111 .getInteractAcrossProfilesAppOp(TEST_PACKAGE)) in onPrimaryProfile_noManagedProfile_doesNotPregrant()
126 .getInteractAcrossProfilesAppOp(TEST_PACKAGE)) in onManagedProfile_doesNotPregrant()
141 .getInteractAcrossProfilesAppOp(TEST_PACKAGE)) in defaultConfigurablePackage_doesPregrant()
156 .getInteractAcrossProfilesAppOp(TEST_PACKAGE)) in nonDefaultConfigurablePackage_doesNotPregrant()
DExtendsShadowCrossProfileApps.java307 public @Mode Integer getInteractAcrossProfilesAppOp(String packageName) { in getInteractAcrossProfilesAppOp() method in ExtendsShadowCrossProfileApps
/packages/apps/ManagedProvisioning/tests/robotests/src/com/android/managedprovisioning/task/
DUpdateInteractAcrossProfilesAppOpTaskTest.java98 … assertThat(myShadowOf(mCrossProfileApps).getInteractAcrossProfilesAppOp(TEST_PACKAGE_NAME_2)) in run_firstRun_appOpIsNotReset()
112 … assertThat(myShadowOf(mCrossProfileApps).getInteractAcrossProfilesAppOp(TEST_PACKAGE_NAME_2)) in run_packageIsRemovedButStillConfigurable_appOpIsNotReset()
126 … assertThat(myShadowOf(mCrossProfileApps).getInteractAcrossProfilesAppOp(TEST_PACKAGE_NAME_2)) in run_packageIsNoLongerConfigurable_appOpIsReset()
139 … assertThat(myShadowOf(mCrossProfileApps).getInteractAcrossProfilesAppOp(TEST_PACKAGE_NAME_2)) in run_packageIsNotRemoved_appOpIsNotReset()