Home
last modified time | relevance | path

Searched refs:OP_MONITOR_LOCATION (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/
DRecentLocationApps.java52 AppOpsManager.OP_MONITOR_LOCATION,
179 case AppOpsManager.OP_MONITOR_LOCATION: in getRequestFromOps()
/frameworks/native/libs/binder/include/binder/
DAppOpsManager.h81 OP_MONITOR_LOCATION = 41, enumerator
/frameworks/base/services/core/java/com/android/server/location/
DGnssVisibilityControl.java572 if (mAppOps.startOpNoThrow(AppOpsManager.OP_MONITOR_LOCATION, uid, in updateLocationIcon()
578 mAppOps.finishOp(AppOpsManager.OP_MONITOR_LOCATION, uid, proxyAppPkgName); in updateLocationIcon()
582 mAppOps.finishOp(AppOpsManager.OP_MONITOR_LOCATION, uid, proxyAppPkgName); in updateLocationIcon()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/location/
DRecentLocationAppsTest.java142 AppOpsManager.OP_MONITOR_LOCATION, in createTestPackageOpsList()
/frameworks/base/core/java/android/app/
DAppOpsManager.java339 case OP_MONITOR_LOCATION: in resolveFirstUnrestrictedUidState()
707 public static final int OP_MONITOR_LOCATION = 41; field in AppOpsManager
/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java1471 AppOpsManager.OP_MONITOR_LOCATION); in updateMonitoring()