Searched refs:stopWatchingNoted (Results 1 – 7 of 7) sorted by relevance
89 appOpsManager.stopWatchingNoted(listener); in testWatchNotedOps()115 appOpsManager.stopWatchingNoted(listener); in testWatchNotedOps()153 appOpsManager.stopWatchingNoted(listener); in testWatchNotedOpsForExternalDevice()
131 void stopWatchingNoted(IAppOpsNotedCallback callback); in stopWatchingNoted() method
213 mAppOps.stopWatchingNoted(this); in setListening()
8735 public void stopWatchingNoted(@NonNull OnOpNotedListener callback) { in stopWatchingNoted() method in AppOpsManager8740 mService.stopWatchingNoted(cb); in stopWatchingNoted()
928 stopWatchingNoted(mCallback); in binderDied()3395 public void stopWatchingNoted(IAppOpsNotedCallback callback) { in stopWatchingNoted() method in AppOpsService
3459 mAppOpsManager.stopWatchingNoted(mOpNotedCallback); in unregisterLocked()
639 method public void stopWatchingNoted(@NonNull android.app.AppOpsManager.OnOpNotedListener);