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

/frameworks/native/include/binder/
H A DAppOpsManager.h38 OP_COARSE_LOCATION = 0, enumerator in enum:android::AppOpsManager::__anon1375
/frameworks/base/core/java/android/app/
H A DAppOpsManager.java102 public static final int OP_COARSE_LOCATION = 0; field in class:AppOpsManager
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,
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java237 mAppOps.startWatchingMode(AppOpsManager.OP_COARSE_LOCATION, null, callback);
1001 return AppOpsManager.OP_COARSE_LOCATION;

Completed in 12 milliseconds