HomeSort by relevance Sort by last modified time
    Searched refs:OP_REQUEST_INSTALL_PACKAGES (Results 1 - 7 of 7) sorted by null

  /packages/apps/Settings/tests/unit/src/com/android/settings/applications/
ExternalSourcesSettingsTest.java 32 AppOpsManager.OP_REQUEST_INSTALL_PACKAGES);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/specialaccess/
ExternalSources.java 55 return AppOpsManager.OP_REQUEST_INSTALL_PACKAGES;
128 mAppOpsManager.setMode(AppOpsManager.OP_REQUEST_INSTALL_PACKAGES,
  /packages/apps/Settings/src/com/android/settings/applications/
AppStateInstallAppsBridge.java 37 * class to tailor to the semantics of {@link AppOpsManager#OP_REQUEST_INSTALL_PACKAGES}
99 appState.appOpMode = getAppOpMode(AppOpsManager.OP_REQUEST_INSTALL_PACKAGES, uid,
  /packages/apps/Settings/src/com/android/settings/applications/appinfo/
ExternalSourcesDetails.java 103 mAppOpsManager.setMode(AppOpsManager.OP_REQUEST_INSTALL_PACKAGES,
  /frameworks/base/core/java/android/app/
AppOpsManager.java 332 public static final int OP_REQUEST_INSTALL_PACKAGES = 66;
647 OP_REQUEST_INSTALL_PACKAGES,
726 OP_REQUEST_INSTALL_PACKAGES, // REQUEST_INSTALL_PACKAGES
    [all...]
  /frameworks/base/services/core/java/com/android/server/
AppOpsService.java 644 int appOpMode = checkOperation(AppOpsManager.OP_REQUEST_INSTALL_PACKAGES,
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 443 milliseconds