Searched refs:OP_REQUEST_INSTALL_PACKAGES (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/binder/include/binder/ |
D | AppOpsManager.h | 101 OP_REQUEST_INSTALL_PACKAGES = 66, enumerator
|
/frameworks/base/services/core/java/com/android/server/security/ |
D | FileIntegrityService.java | 106 AppOpsManager.OP_REQUEST_INSTALL_PACKAGES, callingUid, packageName);
|
/frameworks/base/services/core/java/com/android/server/ |
D | StorageManagerService.java | 29 import static android.app.AppOpsManager.OP_REQUEST_INSTALL_PACKAGES; 1992 mIAppOpsService.startWatchingMode(OP_REQUEST_INSTALL_PACKAGES, null, in servicesReady() 4322 OP_REQUEST_INSTALL_PACKAGES, uid, uidPackageName) == MODE_ALLOWED) { in getMountModeInternal() 4754 case OP_REQUEST_INSTALL_PACKAGES: in onAppOpsChanged() 4776 || code == OP_REQUEST_INSTALL_PACKAGES)) { in onAppOpsChanged()
|
/frameworks/base/core/java/android/app/ |
D | AppOpsManager.java | 1019 public static final int OP_REQUEST_INSTALL_PACKAGES = field in AppOpsManager 1517 OP_REQUEST_INSTALL_PACKAGES, 1602 OP_REQUEST_INSTALL_PACKAGES, // REQUEST_INSTALL_PACKAGES
|
/frameworks/base/services/core/java/com/android/server/appop/ |
D | AppOpsService.java | 1704 int appOpMode = checkOperation(AppOpsManager.OP_REQUEST_INSTALL_PACKAGES, in systemReady()
|