Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DAppOpsManager.h99 OP_REQUEST_INSTALL_PACKAGES = 66, enumerator
/frameworks/base/core/java/android/os/
DEnvironment.java1215 if (appOps.checkOpNoThrow(AppOpsManager.OP_REQUEST_INSTALL_PACKAGES, in isExternalStorageLegacy()
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java26 import static android.app.AppOpsManager.OP_REQUEST_INSTALL_PACKAGES;
1642 mIAppOpsService.startWatchingMode(OP_REQUEST_INSTALL_PACKAGES, null, mAppOpsCallback); in servicesReady()
3672 OP_REQUEST_INSTALL_PACKAGES, uid, uidPackageName) == MODE_ALLOWED) { in getMountModeInternal()
4005 || code == OP_REQUEST_INSTALL_PACKAGES)) { in onAppOpsChanged()
/frameworks/base/core/java/android/app/
DAppOpsManager.java793 public static final int OP_REQUEST_INSTALL_PACKAGES = 66; field in AppOpsManager
1207 OP_REQUEST_INSTALL_PACKAGES,
1287 OP_REQUEST_INSTALL_PACKAGES, // REQUEST_INSTALL_PACKAGES
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java833 int appOpMode = checkOperation(AppOpsManager.OP_REQUEST_INSTALL_PACKAGES, in systemReady()