Searched refs:OP_INTERACT_ACROSS_PROFILES (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/ |
D | CrossProfileAppsServiceImpl.java | 18 import static android.app.AppOpsManager.OP_INTERACT_ACROSS_PROFILES; 265 AppOpsManager.opToPermission(OP_INTERACT_ACROSS_PROFILES), packageName); in canRequestInteractAcrossProfilesUnchecked() 478 .setMode(OP_INTERACT_ACROSS_PROFILES, uid, packageName, newMode)); 481 .setMode(OP_INTERACT_ACROSS_PROFILES, uid, packageName, newMode); 572 AppOpsManager.opToPermission(OP_INTERACT_ACROSS_PROFILES), packageName)) { 589 AppOpsManager.opToPermission(OP_INTERACT_ACROSS_PROFILES), packageName)
|
/frameworks/native/libs/binder/include/binder/ |
D | AppOpsManager.h | 128 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; 239 final int defaultMode = AppOpsManager.opToDefaultMode(OP_INTERACT_ACROSS_PROFILES); in setInteractAcrossProfilesAppOpDefault() 560 OP_INTERACT_ACROSS_PROFILES, uid, CROSS_PROFILE_APP_PACKAGE_NAME, mode); in explicitlySetInteractAcrossProfilesAppOp()
|
/frameworks/base/core/java/android/app/ |
D | AppOpsManager.java | 1092 public static final int OP_INTERACT_ACROSS_PROFILES = field in AppOpsManager 1523 OP_INTERACT_ACROSS_PROFILES, 1629 OP_INTERACT_ACROSS_PROFILES, //INTERACT_ACROSS_PROFILES
|