Searched refs:startWatchingActive (Results 1 – 8 of 8) sorted by relevance
76 void startWatchingActive(in int[] ops, IAppOpsActiveCallback callback); in startWatchingActive() method
60 appOpsManager.startWatchingActive(new int[] {AppOpsManager.OP_CAMERA, in testWatchActiveOps()
80 verify(mAppOpsManager, times(1)).startWatchingActive(AppOpsControllerImpl.OPS, mController); in testOnlyListenForFewOps()
97 mAppOps.startWatchingActive(OPS, this); in setListening()
4792 public void startWatchingActive(@NonNull int[] ops, in startWatchingActive() method in AppOpsManager4811 mService.startWatchingActive(ops, cb); in startWatchingActive()
2062 public void startWatchingActive(int[] ops, IAppOpsActiveCallback callback) { in startWatchingActive() method in AppOpsService
154 …method public void startWatchingActive(@NonNull int[], @NonNull android.app.AppOpsManager.OnOpActi…
3892 HSPLcom/android/server/appop/AppOpsService;->startWatchingActive([ILcom/android/internal/app/IAppOp…