Home
last modified time | relevance | path

Searched refs:onOpStarted (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/appop/
H A DAppOpsStartedWatcherTest.java64 .times(1)).onOpStarted(eq(AppOpsManager.OP_FINE_LOCATION), in testWatchStartedOps()
71 .times(1)).onOpStarted(eq(AppOpsManager.OP_CAMERA), in testWatchStartedOps()
98 .times(2)).onOpStarted(eq(AppOpsManager.OP_CAMERA), in testWatchStartedOps()
/aosp14/frameworks/base/core/java/android/permission/
H A DPermissionUsageHelper.java245 public void onOpStarted(int op, int uid, String packageName, String attributionTag, in onOpStarted() method in PermissionUsageHelper
251 public void onOpStarted(int op, int uid, String packageName, String attributionTag, in onOpStarted() method in PermissionUsageHelper
/aosp14/frameworks/base/services/core/java/com/android/server/sensorprivacy/
H A DSensorPrivacyService.java347 public void onOpStarted(int code, int uid, String packageName, String attributionTag, in onOpStarted() method in SensorPrivacyService.SensorPrivacyServiceImpl
/aosp14/frameworks/base/core/java/android/app/
H A DAppOpsManager.java7258 void onOpStarted(int op, int uid, String packageName, String attributionTag, in onOpStarted() method
7277 default void onOpStarted(int op, int uid, String packageName, String attributionTag, in onOpStarted() method
7281 onOpStarted(op, uid, packageName, attributionTag, flags, result); in onOpStarted()
7943 callback.onOpStarted(op, uid, packageName, attributionTag, flags, mode, in startWatchingStarted()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java3177 public void onOpStarted(int op, int uid, String pkgName,