OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OP_MONITOR_HIGH_POWER_LOCATION
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
LocationController.java
50
= 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
) {
/packages/apps/Settings/src/com/android/settings/location/
RecentLocationApps.java
102
AppOpsManager.
OP_MONITOR_HIGH_POWER_LOCATION
,
146
case AppOpsManager.
OP_MONITOR_HIGH_POWER_LOCATION
:
/frameworks/base/core/java/android/app/
AppOpsManager.java
186
public static final int
OP_MONITOR_HIGH_POWER_LOCATION
= 42;
[
all
...]
/packages/apps/Settings/src/com/android/settings/applications/
AppOpsState.java
106
AppOpsManager.
OP_MONITOR_HIGH_POWER_LOCATION
},
/frameworks/base/services/java/com/android/server/
LocationManagerService.java
595
AppOpsManager.
OP_MONITOR_HIGH_POWER_LOCATION
);
[
all
...]
Completed in 232 milliseconds