Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java7158 notifyReceiverWithEmptyBundle(receiver); in requestAppKeyboardShortcuts()
7164 notifyReceiverWithEmptyBundle(receiver); in requestAppKeyboardShortcuts()
7174 notifyReceiverWithEmptyBundle(receiver); in requestImeKeyboardShortcuts()
7180 notifyReceiverWithEmptyBundle(receiver); in requestImeKeyboardShortcuts()
7188 private static void notifyReceiverWithEmptyBundle(IResultReceiver receiver) { in notifyReceiverWithEmptyBundle() method in WindowManagerService