Home
last modified time | relevance | path

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

/frameworks/native/libs/permission/include/binder/
DAppOpsManager.h102 OP_REQUEST_INSTALL_PACKAGES = 66, enumerator
/frameworks/base/services/core/java/com/android/server/security/
DFileIntegrityService.java153 AppOpsManager.OP_REQUEST_INSTALL_PACKAGES, Binder.getCallingUid(), packageName); in checkCallerPermission()
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java25 import static android.app.AppOpsManager.OP_REQUEST_INSTALL_PACKAGES;
4578 OP_REQUEST_INSTALL_PACKAGES, uid, uidPackageName) == MODE_ALLOWED) { in getMountModeInternal()
4997 case OP_REQUEST_INSTALL_PACKAGES: in onAppOpsChanged()
/frameworks/base/core/java/android/app/
DAppOpsManager.java1132 public static final int OP_REQUEST_INSTALL_PACKAGES = field in AppOpsManager
2587 OP_REQUEST_INSTALL_PACKAGES,
2833 new AppOpInfo.Builder(OP_REQUEST_INSTALL_PACKAGES, OPSTR_REQUEST_INSTALL_PACKAGES,
2834 "REQUEST_INSTALL_PACKAGES").setSwitchCode(OP_REQUEST_INSTALL_PACKAGES)
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java1144 int appOpMode = checkOperation(AppOpsManager.OP_REQUEST_INSTALL_PACKAGES, in systemReady()