Searched refs:stopWatchingNoted (Results 1 – 7 of 7) sorted by relevance
78 appOpsManager.stopWatchingNoted(listener); in testWatchNotedOps()103 appOpsManager.stopWatchingNoted(listener); in testWatchNotedOps()
115 void stopWatchingNoted(IAppOpsNotedCallback callback); in stopWatchingNoted() method
163 mAppOps.stopWatchingNoted(this); in setListening()
8005 public void stopWatchingNoted(@NonNull OnOpNotedListener callback) { in stopWatchingNoted() method in AppOpsManager8010 mService.stopWatchingNoted(cb); in stopWatchingNoted()
1735 stopWatchingNoted(mCallback); in binderDied()3643 public void stopWatchingNoted(IAppOpsNotedCallback callback) { in stopWatchingNoted() method in AppOpsService
2471 mAppOpsManager.stopWatchingNoted(mOpNotedCallback); in unregisterLocked()
10069 HPLcom/android/server/appop/AppOpsService;->stopWatchingNoted(Lcom/android/internal/app/IAppOpsNote…