HomeSort by relevance Sort by last modified time
    Searched refs:OP_COARSE_LOCATION (Results 1 - 7 of 7) sorted by null

  /frameworks/native/include/binder/
AppOpsManager.h 38 OP_COARSE_LOCATION = 0,
  /frameworks/base/core/java/android/app/
AppOpsManager.java 115 public static final int OP_COARSE_LOCATION = 0;
349 OP_COARSE_LOCATION,
350 OP_COARSE_LOCATION,
351 OP_COARSE_LOCATION,
359 OP_COARSE_LOCATION,
361 OP_COARSE_LOCATION,
390 OP_COARSE_LOCATION,
391 OP_COARSE_LOCATION,
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/
Utils.java 287 && isAppOppAllowed(appOps, AppOpsManager.OP_COARSE_LOCATION, callingPackage)) {
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsState.java 100 new int[] { AppOpsManager.OP_COARSE_LOCATION,
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java     [all...]
  /frameworks/base/services/core/java/com/android/server/
LocationManagerService.java 271 mAppOps.startWatchingMode(AppOpsManager.OP_COARSE_LOCATION, null, callback);
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiServiceImpl.java     [all...]

Completed in 350 milliseconds