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 | 23 import static android.app.AppOpsManager.OP_INTERACT_ACROSS_PROFILES; 277 AppOpsManager.opToPermission(OP_INTERACT_ACROSS_PROFILES), packageName); in canRequestInteractAcrossProfilesUnchecked() 519 .setUidMode(OP_INTERACT_ACROSS_PROFILES, uid, newMode)); 522 .setUidMode(OP_INTERACT_ACROSS_PROFILES, uid, newMode); 607 AppOpsManager.opToPermission(OP_INTERACT_ACROSS_PROFILES), packageName)) { 630 AppOpsManager.opToPermission(OP_INTERACT_ACROSS_PROFILES), packageName)) {
|
/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() 598 OP_INTERACT_ACROSS_PROFILES, uid, CROSS_PROFILE_APP_PACKAGE_NAME, mode); in explicitlySetInteractAcrossProfilesAppOp()
|
/frameworks/base/core/java/android/app/ |
D | AppOpsManager.java | 1180 public static final int OP_INTERACT_ACROSS_PROFILES = field in AppOpsManager 1903 OP_INTERACT_ACROSS_PROFILES, 2013 OP_INTERACT_ACROSS_PROFILES, //INTERACT_ACROSS_PROFILES
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 13377 return op == AppOpsManager.OP_INTERACT_ACROSS_PROFILES 13383 if (op != AppOpsManager.OP_INTERACT_ACROSS_PROFILES) { 13422 : AppOpsManager.opToDefaultMode(AppOpsManager.OP_INTERACT_ACROSS_PROFILES);
|