Searched refs:OP_MONITOR_HIGH_POWER_LOCATION (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DLocationController.java50 = new int[] {AppOpsManager.OP_MONITOR_HIGH_POWER_LOCATION};
176 // AppOpsManager should only return OP_MONITOR_HIGH_POWER_LOCATION because
178 if (opEntry.getOp() == AppOpsManager.OP_MONITOR_HIGH_POWER_LOCATION) {
/frameworks/base/core/java/android/app/
H A DAppOpsManager.java186 public static final int OP_MONITOR_HIGH_POWER_LOCATION = 42; field in class:AppOpsManager
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java595 AppOpsManager.OP_MONITOR_HIGH_POWER_LOCATION);

Completed in 208 milliseconds