Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DCrossProfileAppsServiceImpl.java23 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/
DAppOpsManager.h129 OP_INTERACT_ACROSS_PROFILES = 93, enumerator
/frameworks/base/services/robotests/src/com/android/server/pm/
DCrossProfileAppsServiceImplRoboTest.java21 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/
DAppOpsManager.java1180 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/
DDevicePolicyManagerService.java13377 return op == AppOpsManager.OP_INTERACT_ACROSS_PROFILES
13383 if (op != AppOpsManager.OP_INTERACT_ACROSS_PROFILES) {
13422 : AppOpsManager.opToDefaultMode(AppOpsManager.OP_INTERACT_ACROSS_PROFILES);