Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/
DRecentLocationApps.java47 AppOpsManager.OP_MONITOR_HIGH_POWER_LOCATION,
119 case AppOpsManager.OP_MONITOR_HIGH_POWER_LOCATION: in getRequestFromOps()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DLocationControllerImpl.java48 = new int[] {AppOpsManager.OP_MONITOR_HIGH_POWER_LOCATION};
162 if (opEntry.getOp() == AppOpsManager.OP_MONITOR_HIGH_POWER_LOCATION) { in areActiveHighPowerLocationRequests()
/frameworks/native/libs/binder/include/binder/
DAppOpsManager.h80 OP_MONITOR_HIGH_POWER_LOCATION = 42, enumerator
/frameworks/base/core/java/android/app/
DAppOpsManager.java200 public static final int OP_MONITOR_HIGH_POWER_LOCATION = 42; field in AppOpsManager
/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java895 AppOpsManager.OP_MONITOR_HIGH_POWER_LOCATION); in updateMonitoring()