Searched refs:startWatchingNoted (Results 1 – 7 of 7) sorted by relevance
55 appOpsManager.startWatchingNoted(new int[]{AppOpsManager.OP_FINE_LOCATION, in testWatchNotedOps()
82 void startWatchingNoted(in int[] ops, IAppOpsNotedCallback callback); in startWatchingNoted() method
100 mAppOps.startWatchingNoted(OPS, this); in setListening()
4918 public void startWatchingNoted(@NonNull int[] ops, @NonNull OnOpNotedListener callback) { in startWatchingNoted() method in AppOpsManager4934 mService.startWatchingNoted(ops, cb); in startWatchingNoted()
2172 public void startWatchingNoted(@NonNull int[] ops, @NonNull IAppOpsNotedCallback callback) { in startWatchingNoted() method in AppOpsService
40835 HSPLandroid/app/AppOpsManager;->startWatchingNoted([ILandroid/app/AppOpsManager$OnOpNotedListener;)V42869 HSPLcom/android/internal/app/IAppOpsService$Stub$Proxy;->startWatchingNoted([ILcom/android/internal…
3895 HSPLcom/android/server/appop/AppOpsService;->startWatchingNoted([ILcom/android/internal/app/IAppOps…