Searched refs:stopWatchingNoted (Results 1 – 7 of 7) sorted by relevance
78 appOpsManager.stopWatchingNoted(listener); in testWatchNotedOps()103 appOpsManager.stopWatchingNoted(listener); in testWatchNotedOps()
116 void stopWatchingNoted(IAppOpsNotedCallback callback); in stopWatchingNoted() method
169 mAppOps.stopWatchingNoted(this); in setListening()
8146 public void stopWatchingNoted(@NonNull OnOpNotedListener callback) { in stopWatchingNoted() method in AppOpsManager8151 mService.stopWatchingNoted(cb); in stopWatchingNoted()
886 stopWatchingNoted(mCallback); in binderDied()2848 public void stopWatchingNoted(IAppOpsNotedCallback callback) { in stopWatchingNoted() method in AppOpsService
3223 mAppOpsManager.stopWatchingNoted(mOpNotedCallback); in unregisterLocked()
593 method public void stopWatchingNoted(@NonNull android.app.AppOpsManager.OnOpNotedListener);