Searched defs:injectPostToHandler (Results 1 – 2 of 2) sorted by relevance
1717 void injectPostToHandler(Runnable r) { in injectPostToHandler() method in ShortcutService1764 injectPostToHandler(() -> { in notifyListeners() method1790 injectPostToHandler(() -> { in notifyShortcutChangeCallbacks() method
512 void injectPostToHandler(Runnable r) { in injectPostToHandler() method in BaseShortcutManagerTest.ShortcutServiceTestable