Searched refs:OP_INTERACT_ACROSS_PROFILES (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | CrossProfileAppsServiceImpl.java | 24 import static android.app.AppOpsManager.OP_INTERACT_ACROSS_PROFILES; 279 AppOpsManager.opToPermission(OP_INTERACT_ACROSS_PROFILES), packageName, in canRequestInteractAcrossProfilesUnchecked() 524 .setUidMode(OP_INTERACT_ACROSS_PROFILES, uid, newMode)); 527 .setUidMode(OP_INTERACT_ACROSS_PROFILES, uid, newMode); 616 AppOpsManager.opToPermission(OP_INTERACT_ACROSS_PROFILES), packageName, userId)) { 643 AppOpsManager.opToPermission(OP_INTERACT_ACROSS_PROFILES), packageName, userId)) {
|
/aosp14/frameworks/base/services/robotests/src/com/android/server/pm/ |
H A D | CrossProfileAppsServiceImplRoboTest.java | 21 import static android.app.AppOpsManager.OP_INTERACT_ACROSS_PROFILES; 254 final int defaultMode = AppOpsManager.opToDefaultMode(OP_INTERACT_ACROSS_PROFILES); in setInteractAcrossProfilesAppOpDefault() 610 OP_INTERACT_ACROSS_PROFILES, uid, CROSS_PROFILE_APP_PACKAGE_NAME, mode); in explicitlySetInteractAcrossProfilesAppOp()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | AppOpsManager.java | 1183 public static final int OP_INTERACT_ACROSS_PROFILES = field in AppOpsManager 2334 OP_INTERACT_ACROSS_PROFILES, 2648 new AppOpInfo.Builder(OP_INTERACT_ACROSS_PROFILES, OPSTR_INTERACT_ACROSS_PROFILES,
|
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerService.java | 16266 return op == AppOpsManager.OP_INTERACT_ACROSS_PROFILES in supportsResetOp() 16272 if (op != AppOpsManager.OP_INTERACT_ACROSS_PROFILES) { in resetOp() 16321 : AppOpsManager.opToDefaultMode(AppOpsManager.OP_INTERACT_ACROSS_PROFILES); in findInteractAcrossProfilesResetMode()
|