Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/appop/
DAppOpsNotedWatcherTest.java67 .times(1)).onOpNoted(eq(AppOpsManager.OPSTR_FINE_LOCATION), in testWatchNotedOps()
72 .times(1)).onOpNoted(eq(AppOpsManager.OPSTR_CAMERA), in testWatchNotedOps()
97 .times(2)).onOpNoted(eq(AppOpsManager.OPSTR_FINE_LOCATION), in testWatchNotedOps()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/appops/
DAppOpsControllerTest.java368 mController.onOpNoted(AppOpsManager.OP_FINE_LOCATION, TEST_UID, TEST_PACKAGE_NAME, in addCallback_includedCode()
422 mController.onOpNoted(AppOpsManager.OP_FINE_LOCATION, in getActiveItems_differentDetails()
434 mController.onOpNoted(AppOpsManager.OP_FINE_LOCATION, in getActiveItemsForUser()
474 mController.onOpNoted(AppOpsManager.OP_FINE_LOCATION, TEST_UID, TEST_PACKAGE_NAME, in opNotedScheduledForRemoval()
486 mController.onOpNoted(AppOpsManager.OP_FINE_LOCATION, TEST_UID, TEST_PACKAGE_NAME, in noItemsAfterStopListening()
500 mController.onOpNoted(AppOpsManager.OP_FINE_LOCATION, TEST_UID, TEST_PACKAGE_NAME, in noDoubleUpdateOnOpNoted()
502 mController.onOpNoted(AppOpsManager.OP_FINE_LOCATION, TEST_UID, TEST_PACKAGE_NAME, in noDoubleUpdateOnOpNoted()
516 mController.onOpNoted(AppOpsManager.OP_FINE_LOCATION, TEST_UID, TEST_PACKAGE_NAME, in onDoubleOPNoted_scheduleTwiceForRemoval()
518 mController.onOpNoted(AppOpsManager.OP_FINE_LOCATION, TEST_UID, TEST_PACKAGE_NAME, in onDoubleOPNoted_scheduleTwiceForRemoval()
566 mController.onOpNoted(AppOpsManager.OP_FINE_LOCATION, TEST_UID, TEST_PACKAGE_NAME, in testActiveOpNotRemovedAfterNoted()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/appops/
DAppOpsControllerImpl.java431 public void onOpNoted(int code, int uid, String packageName, in onOpNoted() method in AppOpsControllerImpl
/frameworks/base/services/core/java/com/android/server/sensorprivacy/
DSensorPrivacyService.java349 onOpNoted(code, uid, packageName, attributionTag, flags, result); in onOpStarted()
353 public void onOpNoted(int code, int uid, String packageName, in onOpNoted() method in SensorPrivacyService.SensorPrivacyServiceImpl
/frameworks/base/core/java/android/app/
DAppOpsManager.java7161 void onOpNoted(@NonNull String op, int uid, @NonNull String packageName, in onOpNoted() method
7183 void onOpNoted(int code, int uid, @NonNull String packageName, in onOpNoted() method
7187 default void onOpNoted(@NonNull String op, int uid, @NonNull String packageName, in onOpNoted() method
7189 onOpNoted(strOpToOp(op), uid, packageName, attributionTag, flags, result); in onOpNoted()
8117 listener.onOpNoted(sAppOpInfos[op].name, uid, packageName, in startWatchingNoted()
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java3168 public void onOpNoted(int op, int uid, String pkgName,
/frameworks/base/core/api/
Dsystem-current.txt785 method public void onOpNoted(@NonNull String, int, @NonNull String, @Nullable String, int, int);