Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAppOpsManager.java248 public static final int OP_REQUEST_INSTALL_PACKAGES = 66; field in AppOpsManager
414 OP_REQUEST_INSTALL_PACKAGES,
492 OP_REQUEST_INSTALL_PACKAGES,
/frameworks/base/services/core/java/com/android/server/
DAppOpsService.java302 int appOpMode = checkOperation(AppOpsManager.OP_REQUEST_INSTALL_PACKAGES, in systemReady()