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.java751 public static ShortcutListAsserter assertWith(List<ShortcutInfo> list) { in assertWith()
752 return new ShortcutListAsserter(list); in assertWith()
755 public static ShortcutListAsserter assertWith(ShortcutInfo... list) { in assertWith()
762 public static class ShortcutListAsserter { class
763 private final ShortcutListAsserter mOriginal;
766 ShortcutListAsserter(List<ShortcutInfo> list) { in ShortcutListAsserter() method in ShortcutListAsserter
770 private ShortcutListAsserter(ShortcutListAsserter original, List<ShortcutInfo> list) { in ShortcutListAsserter() method in ShortcutListAsserter
775 public ShortcutListAsserter revertToOriginalList() { in revertToOriginalList()
779 public ShortcutListAsserter selectDynamic() { in selectDynamic()
780 return new ShortcutListAsserter(this, in selectDynamic()
[all …]