Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java726 final ArrayMap<IBinder, SparseArray<StartedCallback>> mStartedWatchers = new ArrayMap<>();
844 final class StartedCallback implements DeathRecipient { class in AppOpsService
850 StartedCallback(IAppOpsStartedCallback callback, int watchingUid, int callingUid, in StartedCallback() method in AppOpsService.StartedCallback
3335 SparseArray<StartedCallback> callbacks = mStartedWatchers.get(callback.asBinder()); in startWatchingStarted()
3341 final StartedCallback startedCallback = new StartedCallback(callback, watchedUid, in startWatchingStarted()
3354 final SparseArray<StartedCallback> startedCallbacks = in stopWatchingStarted()
4182 ArraySet<StartedCallback> dispatchedCallbacks = null; in scheduleOpStartedIfNeededLocked()
4185 final SparseArray<StartedCallback> callbacks = mStartedWatchers.valueAt(i); in scheduleOpStartedIfNeededLocked()
4187 StartedCallback callback = callbacks.get(code); in scheduleOpStartedIfNeededLocked()
4210 private void notifyOpStarted(ArraySet<StartedCallback> callbacks, in notifyOpStarted()
[all …]
/frameworks/base/services/
Dart-wear-profile7643 PLcom/android/server/appop/AppOpsService$StartedCallback;-><init>(Lcom/android/server/appop/AppOpsS…