Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/CrossProfileTestApps/CrossProfileAppsTest/src/com/android/cts/crossprofileappstest/
DCrossProfileAppsPermissionToInteractTest.java89 setAppOpOnAllProfiles(AppOpsManager.MODE_ALLOWED); in testCanInteractAcrossProfiles_withAppOpEnabled_returnsTrue()
98 setAppOpOnAllProfiles(AppOpsManager.MODE_ALLOWED, /* includeCallingProfile= */ false); in testCanInteractAcrossProfiles_withCrossProfilesPermission_returnsTrue()
111 setAppOpOnAllProfiles(AppOpsManager.MODE_ALLOWED, /* includeCallingProfile= */ false); in testCanInteractAcrossProfiles_withCrossUsersPermission_returnsTrue()
124 setAppOpOnAllProfiles(AppOpsManager.MODE_ALLOWED, /* includeCallingProfile= */ false); in testCanInteractAcrossProfiles_withCrossUsersFullPermission_returnsTrue()
135 setAppOpOnAllProfiles(AppOpsManager.MODE_ALLOWED, /* includeCallingProfile= */ false); in testCanInteractAcrossProfiles_withAppOpDisabledOnCallingProfile_returnsFalse()
143 setAppOpOnAllProfiles(AppOpsManager.MODE_IGNORED, /* includeCallingProfile= */ false); in testCanInteractAcrossProfiles_withAppOpDisabledOnOtherProfiles_returnsFalse()
213 private void setAppOpOnAllProfiles(int mode) { in setAppOpOnAllProfiles() method in CrossProfileAppsPermissionToInteractTest
214 setAppOpOnAllProfiles(mode, /* includeCallingProfile= */ true); in setAppOpOnAllProfiles()
217 private void setAppOpOnAllProfiles(int mode, boolean includeCallingProfile) { in setAppOpOnAllProfiles() method in CrossProfileAppsPermissionToInteractTest