Searched refs:lastShortcuts (Results 1 – 1 of 1) sorted by relevance
51 private final List<ShortcutInfo> lastShortcuts = new ArrayList<>(); field in ShortcutManagerLauncherCallbackTest.MyCallback99 lastShortcuts.clear(); in onShortcutsChanged()100 lastShortcuts.addAll(shortcuts); in onShortcutsChanged()106 lastShortcuts.clear(); in reset()116 return assertWith(lastShortcuts); in assertCalled()120 return lastShortcuts; in getList()124 for (ShortcutInfo si : lastShortcuts) { in isShortcutById()