Searched refs:onOpStarted (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/appop/ |
H A D | AppOpsStartedWatcherTest.java | 64 .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 D | PermissionUsageHelper.java | 245 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 D | SensorPrivacyService.java | 347 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 D | AppOpsManager.java | 7258 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 D | ActiveServices.java | 3177 public void onOpStarted(int op, int uid, String pkgName,
|