Home
last modified time | relevance | path

Searched refs:onOpNoted (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/appops/
H A DAppOpsControllerTest.java167 mController.onOpNoted(AppOpsManager.OP_FINE_LOCATION, TEST_UID, TEST_PACKAGE_NAME, in addCallback_includedCode()
221 mController.onOpNoted(AppOpsManager.OP_FINE_LOCATION, in getActiveItems_differentDetails()
233 mController.onOpNoted(AppOpsManager.OP_FINE_LOCATION, in getActiveItemsForUser()
273 mController.onOpNoted(AppOpsManager.OP_FINE_LOCATION, TEST_UID, TEST_PACKAGE_NAME, in opNotedScheduledForRemoval()
285 mController.onOpNoted(AppOpsManager.OP_FINE_LOCATION, TEST_UID, TEST_PACKAGE_NAME, in noItemsAfterStopListening()
299 mController.onOpNoted(AppOpsManager.OP_FINE_LOCATION, TEST_UID, TEST_PACKAGE_NAME, in noDoubleUpdateOnOpNoted()
301 mController.onOpNoted(AppOpsManager.OP_FINE_LOCATION, TEST_UID, TEST_PACKAGE_NAME, in noDoubleUpdateOnOpNoted()
315 mController.onOpNoted(AppOpsManager.OP_FINE_LOCATION, TEST_UID, TEST_PACKAGE_NAME, in onDoubleOPNoted_scheduleTwiceForRemoval()
317 mController.onOpNoted(AppOpsManager.OP_FINE_LOCATION, TEST_UID, TEST_PACKAGE_NAME, in onDoubleOPNoted_scheduleTwiceForRemoval()
365 mController.onOpNoted(AppOpsManager.OP_FINE_LOCATION, TEST_UID, TEST_PACKAGE_NAME, in testActiveOpNotRemovedAfterNoted()
[all …]
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appop/
H A DAppOpsNotedWatcherTest.java67 .times(1)).onOpNoted(eq(AppOpsManager.OP_FINE_LOCATION), in testWatchNotedOps()
72 .times(1)).onOpNoted(eq(AppOpsManager.OP_CAMERA), in testWatchNotedOps()
97 .times(2)).onOpNoted(eq(AppOpsManager.OP_FINE_LOCATION), in testWatchNotedOps()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/appops/
H A DAppOpsControllerImpl.java402 public void onOpNoted(int code, int uid, String packageName, in onOpNoted() method in AppOpsControllerImpl
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DSensorPrivacyService.java372 onOpNoted(code, uid, packageName, attributionTag, flags, result); in onOpStarted()
376 public void onOpNoted(int code, int uid, String packageName, in onOpNoted() method in SensorPrivacyService.SensorPrivacyServiceImpl
/aosp12/frameworks/base/core/java/android/app/
H A DAppOpsManager.java7178 void onOpNoted(int code, int uid, String packageName, String attributionTag, in onOpNoted() method
7984 callback.onOpNoted(op, uid, packageName, attributionTag, flags, mode); in startWatchingNoted()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java2416 public void onOpNoted(int op, int uid, String pkgName,
/aosp12/frameworks/base/services/
H A Dart-profile2795 HPLcom/android/server/SensorPrivacyService$SensorPrivacyServiceImpl;->onOpNoted(IILjava/lang/String…
5884 HPLcom/android/server/am/ActiveServices$AppOpCallback$1;->onOpNoted(IILjava/lang/String;Ljava/lang/…
21295 HPLcom/android/server/location/LocationManagerService$$ExternalSyntheticLambda0;->onOpNoted(IILjava…