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.java740 public static ShortcutListAsserter assertWith(List<ShortcutInfo> list) { in assertWith()
741 return new ShortcutListAsserter(list); in assertWith()
744 public static ShortcutListAsserter assertWith(ShortcutInfo... list) { in assertWith()
751 public static class ShortcutListAsserter { class
752 private final ShortcutListAsserter mOriginal;
755 ShortcutListAsserter(List<ShortcutInfo> list) { in ShortcutListAsserter() method in ShortcutListAsserter
759 private ShortcutListAsserter(ShortcutListAsserter original, List<ShortcutInfo> list) { in ShortcutListAsserter() method in ShortcutListAsserter
764 public ShortcutListAsserter revertToOriginalList() { in revertToOriginalList()
768 public ShortcutListAsserter selectDynamic() { in selectDynamic()
769 return new ShortcutListAsserter(this, in selectDynamic()
[all …]