Searched refs:OP_REQUEST_INSTALL_PACKAGES (Results 1 – 5 of 5) sorted by relevance
102 OP_REQUEST_INSTALL_PACKAGES = 66, enumerator
153 AppOpsManager.OP_REQUEST_INSTALL_PACKAGES, Binder.getCallingUid(), packageName); in checkCallerPermission()
25 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()
1132 public static final int OP_REQUEST_INSTALL_PACKAGES = field in AppOpsManager2587 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)
1144 int appOpMode = checkOperation(AppOpsManager.OP_REQUEST_INSTALL_PACKAGES, in systemReady()