Home
last modified time | relevance | path

Searched refs:APP_OPS (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/spa/app/specialaccess/
DInstallUnknownApps.kt64 appOpsController = AppOpsController(context = context, app = app, appOps = APP_OPS), in transformItem()
89 private val APP_OPS = AppOps(AppOpsManager.OP_REQUEST_INSTALL_PACKAGES) constant
DPictureInPicture.kt82 appOpsController = AppOpsController(context = context, app = app, appOps = APP_OPS), in transformItem()
129 private val APP_OPS = AppOps(AppOpsManager.OP_PICTURE_IN_PICTURE) constant
DAlarmsAndRemindersAppList.kt120 appOps = APP_OPS, in createRecord()
140 private val APP_OPS = AppOps( constant