Searched refs:OP_INTERACT_ACROSS_PROFILES (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/ |
D | CrossProfileAppsServiceImpl.java | 24 import static android.app.AppOpsManager.OP_INTERACT_ACROSS_PROFILES; 281 AppOpsManager.opToPermission(OP_INTERACT_ACROSS_PROFILES), packageName, in canRequestInteractAcrossProfilesUnchecked() 528 .setUidMode(OP_INTERACT_ACROSS_PROFILES, uid, newMode)); 531 .setUidMode(OP_INTERACT_ACROSS_PROFILES, uid, newMode); 620 AppOpsManager.opToPermission(OP_INTERACT_ACROSS_PROFILES), packageName, userId)) { 648 AppOpsManager.opToPermission(OP_INTERACT_ACROSS_PROFILES), packageName, userId)) {
|
/frameworks/native/libs/permission/include/binder/ |
D | AppOpsManager.h | 129 OP_INTERACT_ACROSS_PROFILES = 93, enumerator
|
/frameworks/base/services/robotests/src/com/android/server/pm/ |
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()
|
/frameworks/base/core/java/android/app/ |
D | AppOpsManager.java | 1209 public static final int OP_INTERACT_ACROSS_PROFILES = field in AppOpsManager 2601 OP_INTERACT_ACROSS_PROFILES, 2916 new AppOpInfo.Builder(OP_INTERACT_ACROSS_PROFILES, OPSTR_INTERACT_ACROSS_PROFILES,
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 16014 return op == AppOpsManager.OP_INTERACT_ACROSS_PROFILES in supportsResetOp() 16020 if (op != AppOpsManager.OP_INTERACT_ACROSS_PROFILES) { in resetOp() 16059 : AppOpsManager.opToDefaultMode(AppOpsManager.OP_INTERACT_ACROSS_PROFILES); in findInteractAcrossProfilesResetMode()
|