Searched refs:startWatchingStarted (Results 1 – 8 of 8) sorted by relevance
53 appOpsManager.startWatchingStarted(new int[]{AppOpsManager.OP_FINE_LOCATION, in testWatchStartedOps()90 appOpsManager.startWatchingStarted(new int[]{AppOpsManager.OP_CAMERA}, listener); in testWatchStartedOps()
112 void startWatchingStarted(in int[] ops, IAppOpsStartedCallback callback); in startWatchingStarted() method
191 mAppOpsManager.startWatchingStarted(ops, this); in PermissionUsageHelper()
282 mAppOpsManager.startWatchingStarted(micAndCameraOps, this); in SensorPrivacyServiceImpl()
7932 public void startWatchingStarted(@NonNull int[] ops, @NonNull OnOpStartedListener callback) { in startWatchingStarted() method in AppOpsManager7950 mService.startWatchingStarted(ops, cb); in startWatchingStarted()
2773 public void startWatchingStarted(int[] ops, @NonNull IAppOpsStartedCallback callback) { in startWatchingStarted() method in AppOpsService
3214 mAppOpsManager.startWatchingStarted(LOGGED_AP_OPS, mOpStartedCallback); in registerLocked()
2562 HSPLcom/android/server/appop/AppOpsService;->startWatchingStarted([ILcom/android/internal/app/IAppO…