Searched refs:OP_REQUEST_INSTALL_PACKAGES (Results 1 – 5 of 5) sorted by relevance
99 OP_REQUEST_INSTALL_PACKAGES = 66, enumerator
1215 if (appOps.checkOpNoThrow(AppOpsManager.OP_REQUEST_INSTALL_PACKAGES, in isExternalStorageLegacy()
26 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()
793 public static final int OP_REQUEST_INSTALL_PACKAGES = 66; field in AppOpsManager1207 OP_REQUEST_INSTALL_PACKAGES,1287 OP_REQUEST_INSTALL_PACKAGES, // REQUEST_INSTALL_PACKAGES
833 int appOpMode = checkOperation(AppOpsManager.OP_REQUEST_INSTALL_PACKAGES, in systemReady()