Home
last modified time | relevance | path

Searched refs:NotedCallback (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java727 final ArrayMap<IBinder, SparseArray<NotedCallback>> mNotedWatchers = new ArrayMap<>();
888 final class NotedCallback implements DeathRecipient { class in AppOpsService
894 NotedCallback(IAppOpsNotedCallback callback, int watchingUid, int callingUid, in NotedCallback() method in AppOpsService.NotedCallback
3381 SparseArray<NotedCallback> callbacks = mNotedWatchers.get(callback.asBinder()); in startWatchingNoted()
3386 final NotedCallback notedCallback = new NotedCallback(callback, watchedUid, in startWatchingNoted()
3398 final SparseArray<NotedCallback> notedCallbacks = in stopWatchingNoted()
4238 ArraySet<NotedCallback> dispatchedCallbacks = null; in scheduleOpNotedIfNeededLocked()
4241 final SparseArray<NotedCallback> callbacks = mNotedWatchers.valueAt(i); in scheduleOpNotedIfNeededLocked()
4242 final NotedCallback callback = callbacks.get(code); in scheduleOpNotedIfNeededLocked()
4262 private void notifyOpChecked(ArraySet<NotedCallback> callbacks, in notifyOpChecked()
[all …]
/frameworks/base/services/
Dart-wear-profile7635 PLcom/android/server/appop/AppOpsService$NotedCallback;-><init>(Lcom/android/server/appop/AppOpsSer…