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

/frameworks/native/include/binder/
H A DAppOpsManager.h40 OP_COARSE_LOCATION = 0, enumerator in enum:android::AppOpsManager::__anon1439
/frameworks/native/libs/binder/include/binder/
H A DAppOpsManager.h40 OP_COARSE_LOCATION = 0, enumerator in enum:android::AppOpsManager::__anon1559
/frameworks/base/core/java/android/app/
H A DAppOpsManager.java198 public static final int OP_COARSE_LOCATION = 0; field in class:AppOpsManager
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/
H A DWifiAwareClientState.java272 AppOpsManager.OP_COARSE_LOCATION, mUid, mCallingPackage)
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DWifiPermissionsUtil.java131 && checkAppOpAllowed(AppOpsManager.OP_COARSE_LOCATION, pkgName, uid)) {
/frameworks/base/services/core/java/com/android/server/
H A DNetworkScorerAppManager.java219 && appOpsManager.noteOp(AppOpsManager.OP_COARSE_LOCATION, uid, packageName)
H A DTelephonyRegistry.java1709 if (mAppOps.noteOp(AppOpsManager.OP_COARSE_LOCATION, Binder.getCallingUid(),
H A DLocationManagerService.java311 mAppOps.startWatchingMode(AppOpsManager.OP_COARSE_LOCATION, null, callback);
1521 return AppOpsManager.OP_COARSE_LOCATION;
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkScorerAppManagerTest.java600 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/
H A DWifiPermissionsUtilTest.java673 when(mMockAppOps.noteOp(AppOpsManager.OP_COARSE_LOCATION, mUid, TEST_PACKAGE_NAME))
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
H A DWifiAwareStateManagerTest.java167 when(mMockAppOpsManager.noteOp(eq(AppOpsManager.OP_COARSE_LOCATION), anyInt(),
633 when(mMockAppOpsManager.noteOp(eq(AppOpsManager.OP_COARSE_LOCATION), anyInt(),

Completed in 179 milliseconds