Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/pm/
H A DLauncherApps.java620 private final WeakReference<Pair<Executor, ShortcutChangeCallback>> mRemoteReferences; field in LauncherApps.ShortcutChangeCallbackProxy
623 mRemoteReferences = new WeakReference<>(new Pair<>(executor, callback)); in ShortcutChangeCallbackProxy()
629 Pair<Executor, ShortcutChangeCallback> remoteReferences = mRemoteReferences.get(); in onShortcutsAddedOrUpdated()
645 Pair<Executor, ShortcutChangeCallback> remoteReferences = mRemoteReferences.get(); in onShortcutsRemoved()