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/
H A DLocationControllerImpl.java47 = new int[] {AppOpsManager.OP_MONITOR_HIGH_POWER_LOCATION};
157 // AppOpsManager should only return OP_MONITOR_HIGH_POWER_LOCATION because
159 if (opEntry.getOp() == AppOpsManager.OP_MONITOR_HIGH_POWER_LOCATION) {
/frameworks/native/include/binder/
H A DAppOpsManager.h82 OP_MONITOR_HIGH_POWER_LOCATION = 42, enumerator in enum:android::AppOpsManager::__anon1439
/frameworks/native/libs/binder/include/binder/
H A DAppOpsManager.h82 OP_MONITOR_HIGH_POWER_LOCATION = 42, enumerator in enum:android::AppOpsManager::__anon1559
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/
H A DRecentLocationApps.java51 AppOpsManager.OP_MONITOR_HIGH_POWER_LOCATION,
137 case AppOpsManager.OP_MONITOR_HIGH_POWER_LOCATION:
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/location/
H A DRecentLocationAppsTest.java104 AppOpsManager.OP_MONITOR_HIGH_POWER_LOCATION,
/frameworks/base/core/java/android/app/
H A DAppOpsManager.java284 public static final int OP_MONITOR_HIGH_POWER_LOCATION = 42; field in class:AppOpsManager
/frameworks/base/services/core/java/com/android/server/
H A DLocationManagerService.java891 AppOpsManager.OP_MONITOR_HIGH_POWER_LOCATION);

Completed in 327 milliseconds