Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java802 final class StartedCallback implements DeathRecipient { class in AppOpsService
808 StartedCallback(IAppOpsStartedCallback callback, int watchingUid, int callingUid, in StartedCallback() method in AppOpsService.StartedCallback
2798 final StartedCallback startedCallback = new StartedCallback(callback, watchedUid, in startWatchingStarted()
2811 final SparseArray<StartedCallback> startedCallbacks = in stopWatchingStarted()
3449 ArraySet<StartedCallback> dispatchedCallbacks = null; in scheduleOpStartedIfNeededLocked()
3452 final SparseArray<StartedCallback> callbacks = mStartedWatchers.valueAt(i); in scheduleOpStartedIfNeededLocked()
3454 StartedCallback callback = callbacks.get(code); in scheduleOpStartedIfNeededLocked()
3477 private void notifyOpStarted(ArraySet<StartedCallback> callbacks, in notifyOpStarted()
3485 final StartedCallback callback = callbacks.valueAt(i); in notifyOpStarted()
5259 final SparseArray<StartedCallback> startedWatchers = in dump()
[all …]