Home
last modified time | relevance | path

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

/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java815 public static ShortcutListAsserter assertWith(List<ShortcutInfo> list) { in assertWith()
816 return new ShortcutListAsserter(list); in assertWith()
819 public static ShortcutListAsserter assertWith(ShortcutInfo... list) { in assertWith()
826 public static class ShortcutListAsserter { class
827 private final ShortcutListAsserter mOriginal;
830 ShortcutListAsserter(List<ShortcutInfo> list) { in ShortcutListAsserter() method in ShortcutListAsserter
834 private ShortcutListAsserter(ShortcutListAsserter original, List<ShortcutInfo> list) { in ShortcutListAsserter() method in ShortcutListAsserter
839 public ShortcutListAsserter revertToOriginalList() { in revertToOriginalList()
843 public ShortcutListAsserter selectDynamic() { in selectDynamic()
844 return new ShortcutListAsserter(this, in selectDynamic()
[all …]