Searched refs:OPSTR_COARSE_LOCATION (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/com/android/internal/util/ |
D | LocationPermissionChecker.java | 199 return noteAppOpAllowed(AppOpsManager.OPSTR_COARSE_LOCATION, pkgName, featureId, uid, in checkCallersLocationPermission()
|
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
D | LocationPermissionCheckerTest.java | 103 when(mMockAppOps.noteOp(eq(AppOpsManager.OPSTR_COARSE_LOCATION), eq(mUid), in setupMocks()
|
/frameworks/base/core/java/android/app/ |
D | AppOpsManager.java | 871 public static final String OPSTR_COARSE_LOCATION = "android:coarse_location"; field in AppOpsManager 1319 OPSTR_COARSE_LOCATION,
|
/frameworks/base/services/core/java/com/android/server/ |
D | LocationManagerService.java | 1963 return AppOpsManager.OPSTR_COARSE_LOCATION; in resolutionLevelToOpStr()
|
/frameworks/base/tests/net/java/com/android/server/ |
D | ConnectivityServiceTest.java | 6876 setupLocationPermissions(Build.VERSION_CODES.P, true, AppOpsManager.OPSTR_COARSE_LOCATION, in testMaybeSanitizeLocationInfoForCallerWithCoarseLocationPreQ() 6906 setupLocationPermissions(Build.VERSION_CODES.Q, true, AppOpsManager.OPSTR_COARSE_LOCATION, in testMaybeSanitizeLocationInfoForCallerWithCoarseLocationAfterQ()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 3802 field public static final java.lang.String OPSTR_COARSE_LOCATION = "android:coarse_location";
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 4293 field public static final String OPSTR_COARSE_LOCATION = "android:coarse_location";
|
/frameworks/base/api/ |
D | current.txt | 4293 field public static final String OPSTR_COARSE_LOCATION = "android:coarse_location";
|