Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/appop/
DAppOpsStartedWatcherTest.java74 .times(1)).onOpStarted(eq(AppOpsManager.OP_FINE_LOCATION), in testWatchStartedOps()
82 .times(1)).onOpStarted(eq(AppOpsManager.OP_CAMERA), in testWatchStartedOps()
110 .times(2)).onOpStarted(eq(AppOpsManager.OP_CAMERA), in testWatchStartedOps()
151 .times(1)).onOpStarted(eq(AppOpsManager.OP_FINE_LOCATION), in testWatchStartedOpsForExternalDevice()
/frameworks/base/core/java/android/permission/
DPermissionUsageHelper.java243 public void onOpStarted(int op, int uid, String packageName, String attributionTag, in onOpStarted() method in PermissionUsageHelper
249 public void onOpStarted(int op, int uid, String packageName, String attributionTag, in onOpStarted() method in PermissionUsageHelper
/frameworks/base/core/java/android/app/
DAppOpsManager.java7709 void onOpStarted(int op, int uid, String packageName, String attributionTag, in onOpStarted() method
7734 default void onOpStarted(int op, int uid, String packageName, String attributionTag, in onOpStarted() method
7738 onOpStarted(op, uid, packageName, attributionTag, flags, result); in onOpStarted()
7763 default void onOpStarted(int op, int uid, @NonNull String packageName, in onOpStarted() method
7768 onOpStarted(op, uid, packageName, attributionTag, flags, result, startType, in onOpStarted()
8528 callback.onOpStarted(op, uid, packageName, attributionTag, virtualDeviceId, in startWatchingStarted()
/frameworks/base/services/core/java/com/android/server/sensorprivacy/
DSensorPrivacyService.java393 public void onOpStarted(int code, int uid, String packageName, String attributionTag, in onOpStarted() method in SensorPrivacyService.SensorPrivacyServiceImpl
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java3413 public void onOpStarted(int op, int uid, String pkgName,