HomeSort by relevance Sort by last modified time
    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 114 public static final int OP_COARSE_LOCATION = 0;
240 OP_COARSE_LOCATION,
241 OP_COARSE_LOCATION,
242 OP_COARSE_LOCATION,
250 OP_COARSE_LOCATION,
252 OP_COARSE_LOCATION,
281 OP_COARSE_LOCATION,
282 OP_COARSE_LOCATION,
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsState.java 100 new int[] { AppOpsManager.OP_COARSE_LOCATION,
  /frameworks/base/services/core/java/com/android/server/
LocationManagerService.java 257 mAppOps.startWatchingMode(AppOpsManager.OP_COARSE_LOCATION, null, callback);
    [all...]

Completed in 78 milliseconds