Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A DShortcutManagerTestUtils.java816 return new ShortcutListAsserter(list); in assertWith()
826 public static class ShortcutListAsserter { class
834 private ShortcutListAsserter(ShortcutListAsserter original, List<ShortcutInfo> list) { in ShortcutListAsserter() method in ShortcutListAsserter
844 return new ShortcutListAsserter(this, in selectDynamic()
849 return new ShortcutListAsserter(this, in selectManifest()
854 return new ShortcutListAsserter(this, in selectPinned()
859 return new ShortcutListAsserter(this, in selectFloating()
865 return new ShortcutListAsserter(this, in selectByActivity()
870 return new ShortcutListAsserter(this, in selectByChangedSince()
891 return new ShortcutListAsserter(this, in toSortByRank()
[all …]