Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/CrossProfileTestApps/CrossProfileAppsTest/src/com/android/cts/crossprofileappstest/
DCrossProfileAppsPermissionToInteractTest.java99 setAppOpOnCurrentProfile(AppOpsManager.MODE_IGNORED); in testCanInteractAcrossProfiles_withCrossProfilesPermission_returnsTrue()
112 setAppOpOnCurrentProfile(AppOpsManager.MODE_IGNORED); in testCanInteractAcrossProfiles_withCrossUsersPermission_returnsTrue()
125 setAppOpOnCurrentProfile(AppOpsManager.MODE_IGNORED); in testCanInteractAcrossProfiles_withCrossUsersFullPermission_returnsTrue()
136 setAppOpOnCurrentProfile(AppOpsManager.MODE_IGNORED); in testCanInteractAcrossProfiles_withAppOpDisabledOnCallingProfile_returnsFalse()
144 setAppOpOnCurrentProfile(AppOpsManager.MODE_ALLOWED); in testCanInteractAcrossProfiles_withAppOpDisabledOnOtherProfiles_returnsFalse()
151 setAppOpOnCurrentProfile(AppOpsManager.MODE_ALLOWED); in testCanInteractAcrossProfiles_withNoOtherProfile_returnsFalse()
205 private void setAppOpOnCurrentProfile(int mode) { in setAppOpOnCurrentProfile() method in CrossProfileAppsPermissionToInteractTest