Searched refs:OP_REQUEST_INSTALL_PACKAGES (Results 1 – 7 of 7) sorted by relevance
52 return AppOpsManager.OP_REQUEST_INSTALL_PACKAGES; in getAppOpsOpCode()131 mAppOpsManager.setMode(AppOpsManager.OP_REQUEST_INSTALL_PACKAGES, in setCanInstallApps()
99 public static final int OP_REQUEST_INSTALL_PACKAGES = field in AppOpsManagerCompat
442 when(mockAppOpsManager.noteOp(AppOpsManager.OP_REQUEST_INSTALL_PACKAGES, in checkDestinationFilePathRestrictions_noPermission()468 when(mockAppOpsManager.noteOp(AppOpsManager.OP_REQUEST_INSTALL_PACKAGES, in checkDestinationFilePathRestrictions_installer()497 when(mockAppOpsManager.noteOp(AppOpsManager.OP_REQUEST_INSTALL_PACKAGES, in checkDestinationFilePathRestrictions_WES()
89 private val APP_OPS = AppOps(AppOpsManager.OP_REQUEST_INSTALL_PACKAGES)
98 appState.appOpMode = getAppOpMode(AppOpsManager.OP_REQUEST_INSTALL_PACKAGES, uid, in createInstallAppsStateFor()
103 mAppOpsManager.setMode(AppOpsManager.OP_REQUEST_INSTALL_PACKAGES, in setCanInstallApps()
637 return (appOpsManager.noteOp(AppOpsManager.OP_REQUEST_INSTALL_PACKAGES, in isCallingAppInstaller()