OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OP_COARSE_LOCATION
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/include/binder/
AppOpsManager.h
38
OP_COARSE_LOCATION
= 0,
/frameworks/base/core/java/android/app/
AppOpsManager.java
102
public static final int
OP_COARSE_LOCATION
= 0;
212
OP_COARSE_LOCATION
,
213
OP_COARSE_LOCATION
,
214
OP_COARSE_LOCATION
,
222
OP_COARSE_LOCATION
,
224
OP_COARSE_LOCATION
,
253
OP_COARSE_LOCATION
,
254
OP_COARSE_LOCATION
,
[
all
...]
/packages/apps/Settings/src/com/android/settings/applications/
AppOpsState.java
100
new int[] { AppOpsManager.
OP_COARSE_LOCATION
,
/frameworks/base/services/java/com/android/server/
LocationManagerService.java
237
mAppOps.startWatchingMode(AppOpsManager.
OP_COARSE_LOCATION
, null, callback);
[
all
...]
Completed in 285 milliseconds