Home
last modified time | relevance | path

Searched refs:OPSTR_FINE_LOCATION (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/apct-tests/perftests/core/src/android/permission/
DAppOpsPerfTest.kt54 AppOpsManager.OPSTR_FINE_LOCATION, in testNoteOp()
68 AppOpsManager.OPSTR_FINE_LOCATION, in testUnsafeCheckOp()
/frameworks/base/apct-tests/perftests/permission/src/android/perftests/permission/
DAppOpsPerfTest.kt49 AppOpsManager.OPSTR_FINE_LOCATION, in testNoteOp()
63 AppOpsManager.OPSTR_FINE_LOCATION, in testUnsafeCheckOp()
/frameworks/base/services/tests/servicestests/src/com/android/server/appop/
DAppOpsNotedWatcherTest.java76 .times(1)).onOpNoted(eq(AppOpsManager.OPSTR_FINE_LOCATION), in testWatchNotedOps()
108 .times(2)).onOpNoted(eq(AppOpsManager.OPSTR_FINE_LOCATION), in testWatchNotedOps()
143 .times(1)).onOpNoted(eq(AppOpsManager.OPSTR_FINE_LOCATION), in testWatchNotedOpsForExternalDevice()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/appops/
DAppOpsControllerTest.java200 AppOpsManager.OPSTR_FINE_LOCATION, in startListening_fetchesCurrentActive_oneActive()
223 AppOpsManager.OPSTR_FINE_LOCATION, in startListening_fetchesCurrentActive_multiplePackages()
228 AppOpsManager.OPSTR_FINE_LOCATION, in startListening_fetchesCurrentActive_multiplePackages()
233 AppOpsManager.OPSTR_FINE_LOCATION, in startListening_fetchesCurrentActive_multiplePackages()
277 when(entry3.getOpStr()).thenReturn(AppOpsManager.OPSTR_FINE_LOCATION); in startListening_fetchesCurrentActive_multipleEntries()
347 AppOpsManager.OPSTR_FINE_LOCATION, in addCallback_existingCallbacksNotifiedOfCurrentActive()
548 mController.onOpActiveChanged(AppOpsManager.OPSTR_FINE_LOCATION, TEST_UID, in noItemsAfterStopListening()
630 AppOpsManager.OPSTR_FINE_LOCATION, TEST_UID, TEST_PACKAGE_NAME, true); in testActiveOpNotRemovedAfterNoted()
666 AppOpsManager.OPSTR_FINE_LOCATION, TEST_UID, TEST_PACKAGE_NAME, true); in testNotedNotRemovedAfterActive()
677 AppOpsManager.OPSTR_FINE_LOCATION, TEST_UID, TEST_PACKAGE_NAME, false); in testNotedNotRemovedAfterActive()
[all …]
/frameworks/base/core/java/android/permission/
DPermissionUsageHelper.java30 import static android.app.AppOpsManager.OPSTR_FINE_LOCATION;
132 OPSTR_FINE_LOCATION
157 case OPSTR_FINE_LOCATION: in getGroupForOp()
/frameworks/base/services/core/java/com/android/server/am/
DAppPermissionTracker.java23 import static android.app.AppOpsManager.OPSTR_FINE_LOCATION;
528 ACCESS_FINE_LOCATION, OPSTR_FINE_LOCATION,
/frameworks/base/telephony/common/android/telephony/
DLocationAccessPolicy.java246 return AppOpsManager.OPSTR_FINE_LOCATION; in getAppOpsString()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DDataServiceManager.java155 mAppOps.setMode(AppOpsManager.OPSTR_FINE_LOCATION, in grantPermissionsToService()
191 mAppOps.setMode(AppOpsManager.OPSTR_FINE_LOCATION, UserHandle.myUserId(), in revokePermissionsFromUnusedDataServices()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DNetworkScanRequestTrackerTest.java913 when(mAppOpsManager.noteOpNoThrow(eq(AppOpsManager.OPSTR_FINE_LOCATION), in setHasLocationPermissions()
/frameworks/base/core/java/android/app/
DAppOpsManager.java1623 OPSTR_FINE_LOCATION,
1772 public static final String OPSTR_FINE_LOCATION = field in AppOpsManager
2622 new AppOpInfo.Builder(OP_FINE_LOCATION, OPSTR_FINE_LOCATION, "FINE_LOCATION")
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt3803 field public static final java.lang.String OPSTR_FINE_LOCATION = "android:fine_location";
/frameworks/base/core/api/
Dcurrent.txt5125 field public static final String OPSTR_FINE_LOCATION = "android:fine_location";