Searched refs:OPSTR_FINE_LOCATION (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/appops/ |
H A D | AppOpsControllerTest.java | 179 AppOpsManager.OPSTR_FINE_LOCATION, in startListening_fetchesCurrentActive_oneActive() 201 AppOpsManager.OPSTR_FINE_LOCATION, in startListening_fetchesCurrentActive_multiplePackages() 206 AppOpsManager.OPSTR_FINE_LOCATION, in startListening_fetchesCurrentActive_multiplePackages() 211 AppOpsManager.OPSTR_FINE_LOCATION, in startListening_fetchesCurrentActive_multiplePackages() 254 when(entry3.getOpStr()).thenReturn(AppOpsManager.OPSTR_FINE_LOCATION); in startListening_fetchesCurrentActive_multipleEntries() 322 AppOpsManager.OPSTR_FINE_LOCATION, in addCallback_existingCallbacksNotifiedOfCurrentActive() 484 mController.onOpActiveChanged(AppOpsManager.OPSTR_FINE_LOCATION, TEST_UID, in noItemsAfterStopListening() 564 AppOpsManager.OPSTR_FINE_LOCATION, TEST_UID, TEST_PACKAGE_NAME, true); in testActiveOpNotRemovedAfterNoted() 599 AppOpsManager.OPSTR_FINE_LOCATION, TEST_UID, TEST_PACKAGE_NAME, true); in testNotedNotRemovedAfterActive() 628 AppOpsManager.OPSTR_FINE_LOCATION, TEST_UID, TEST_PACKAGE_NAME, true); in testNotedAndActiveOnlyOneCall() [all …]
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/appop/ |
H A D | AppOpsNotedWatcherTest.java | 67 .times(1)).onOpNoted(eq(AppOpsManager.OPSTR_FINE_LOCATION), in testWatchNotedOps() 97 .times(2)).onOpNoted(eq(AppOpsManager.OPSTR_FINE_LOCATION), in testWatchNotedOps()
|
/aosp14/frameworks/base/core/java/android/permission/ |
H A D | PermissionUsageHelper.java | 30 import static android.app.AppOpsManager.OPSTR_FINE_LOCATION; 136 OPSTR_FINE_LOCATION 161 case OPSTR_FINE_LOCATION: in getGroupForOp()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | AppPermissionTracker.java | 23 import static android.app.AppOpsManager.OPSTR_FINE_LOCATION; 527 ACCESS_FINE_LOCATION, OPSTR_FINE_LOCATION,
|
/aosp14/frameworks/base/telephony/common/android/telephony/ |
H A D | LocationAccessPolicy.java | 246 return AppOpsManager.OPSTR_FINE_LOCATION; in getAppOpsString()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | AppOpsManager.java | 1492 OPSTR_FINE_LOCATION, 1631 public static final String OPSTR_FINE_LOCATION = field in AppOpsManager 2353 new AppOpInfo.Builder(OP_FINE_LOCATION, OPSTR_FINE_LOCATION, "FINE_LOCATION")
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 5028 field public static final String OPSTR_FINE_LOCATION = "android:fine_location";
|