Home
last modified time | relevance | path

Searched defs:injectPostToHandlerDebounced (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java1769 void injectPostToHandlerDebounced(@NonNull final Object token, @NonNull final Runnable r) { in injectPostToHandlerDebounced() method in ShortcutService
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java514 void injectPostToHandlerDebounced(@NonNull final Object token, @NonNull final Runnable r) { in injectPostToHandlerDebounced() method in BaseShortcutManagerTest.ShortcutServiceTestable