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

  /frameworks/native/libs/binder/include/binder/
AppOpsManager.h 40 OP_COARSE_LOCATION = 0,
  /frameworks/base/core/java/android/app/
AppOpsManager.java 198 public static final int OP_COARSE_LOCATION = 0;
623 OP_COARSE_LOCATION,
660 OP_COARSE_LOCATION, // COARSE_LOCATION
661 OP_COARSE_LOCATION, // FINE_LOCATION
662 OP_COARSE_LOCATION, // GPS
670 OP_COARSE_LOCATION, // WIFI_SCAN
672 OP_COARSE_LOCATION, // NEIGHBORING_CELLS
701 OP_COARSE_LOCATION, // MONITOR_LOCATION
702 OP_COARSE_LOCATION, // MONITOR_HIGH_POWER_LOCATION
737 OP_COARSE_LOCATION, // BLUETOOTH_SCA
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
WifiAwareClientState.java 272 AppOpsManager.OP_COARSE_LOCATION, mUid, mCallingPackage)
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
WifiPermissionsUtil.java 131 && checkAppOpAllowed(AppOpsManager.OP_COARSE_LOCATION, pkgName, uid)) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/
Utils.java 293 appOps, AppOpsManager.OP_COARSE_LOCATION, callingPackage)) {
  /frameworks/base/services/core/java/com/android/server/
NetworkScorerAppManager.java 219 && appOpsManager.noteOp(AppOpsManager.OP_COARSE_LOCATION, uid, packageName)
TelephonyRegistry.java     [all...]
LocationManagerService.java 311 mAppOps.startWatchingMode(AppOpsManager.OP_COARSE_LOCATION, null, callback);
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkScorerAppManagerTest.java 600 when(mAppOpsManager.noteOp(AppOpsManager.OP_COARSE_LOCATION, uid, packageName))
607 when(mAppOpsManager.noteOp(AppOpsManager.OP_COARSE_LOCATION, uid, packageName))
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
WifiPermissionsUtilTest.java 673 when(mMockAppOps.noteOp(AppOpsManager.OP_COARSE_LOCATION, mUid, TEST_PACKAGE_NAME))
  /packages/apps/Settings/src/com/android/settings/applications/appops/
AppOpsState.java 98 new int[] { AppOpsManager.OP_COARSE_LOCATION,
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
WifiAwareStateManagerTest.java 167 when(mMockAppOpsManager.noteOp(eq(AppOpsManager.OP_COARSE_LOCATION), anyInt(),
633 when(mMockAppOpsManager.noteOp(eq(AppOpsManager.OP_COARSE_LOCATION), anyInt(),
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.3_r2-robolectric-0.jar 
android-all-stubs.jar 

Completed in 485 milliseconds