Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DLocationControllerImpl.java55 = new int[] {AppOpsManager.OP_MONITOR_HIGH_POWER_LOCATION};
168 if (opEntry.getOp() == AppOpsManager.OP_MONITOR_HIGH_POWER_LOCATION) { in areActiveHighPowerLocationRequests()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/
DRecentLocationApps.java53 AppOpsManager.OP_MONITOR_HIGH_POWER_LOCATION,
178 case AppOpsManager.OP_MONITOR_HIGH_POWER_LOCATION: in getRequestFromOps()
/frameworks/native/libs/binder/include/binder/
DAppOpsManager.h82 OP_MONITOR_HIGH_POWER_LOCATION = 42, enumerator
/frameworks/base/services/core/java/com/android/server/location/
DGnssVisibilityControl.java575 if (mAppOps.startOpNoThrow(AppOpsManager.OP_MONITOR_HIGH_POWER_LOCATION, uid, in updateLocationIcon()
582 mAppOps.finishOp(AppOpsManager.OP_MONITOR_HIGH_POWER_LOCATION, uid, proxyAppPkgName); in updateLocationIcon()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/location/
DRecentLocationAppsTest.java104 AppOpsManager.OP_MONITOR_HIGH_POWER_LOCATION, in testGetAppList_shouldNotShowAndroidOS()
/frameworks/base/core/java/android/app/
DAppOpsManager.java340 case OP_MONITOR_HIGH_POWER_LOCATION: { in resolveFirstUnrestrictedUidState()
707 public static final int OP_MONITOR_HIGH_POWER_LOCATION = 42; field in AppOpsManager
/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java1478 AppOpsManager.OP_MONITOR_HIGH_POWER_LOCATION); in updateMonitoring()