Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/specialaccess/
DExternalSources.java52 return AppOpsManager.OP_REQUEST_INSTALL_PACKAGES; in getAppOpsOpCode()
131 mAppOpsManager.setMode(AppOpsManager.OP_REQUEST_INSTALL_PACKAGES, in setCanInstallApps()
/packages/apps/TvSettings/unbundle/java/com/android/tv/settings/unbundle/sdklib/
DAppOpsManagerCompat.java99 public static final int OP_REQUEST_INSTALL_PACKAGES = field in AppOpsManagerCompat
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DHelpersTest.java442 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()
/packages/apps/Settings/src/com/android/settings/spa/app/specialaccess/
DInstallUnknownApps.kt89 private val APP_OPS = AppOps(AppOpsManager.OP_REQUEST_INSTALL_PACKAGES)
/packages/apps/Settings/src/com/android/settings/applications/
DAppStateInstallAppsBridge.java98 appState.appOpMode = getAppOpMode(AppOpsManager.OP_REQUEST_INSTALL_PACKAGES, uid, in createInstallAppsStateFor()
/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DExternalSourcesDetails.java103 mAppOpsManager.setMode(AppOpsManager.OP_REQUEST_INSTALL_PACKAGES, in setCanInstallApps()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DHelpers.java637 return (appOpsManager.noteOp(AppOpsManager.OP_REQUEST_INSTALL_PACKAGES, in isCallingAppInstaller()