HomeSort by relevance Sort by last modified time
    Searched refs:ShortcutListAsserter (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
ShortcutManagerTestUtils.java 728 public static ShortcutListAsserter assertWith(List<ShortcutInfo> list) {
729 return new ShortcutListAsserter(list);
735 public static class ShortcutListAsserter {
736 private final ShortcutListAsserter mOriginal;
739 ShortcutListAsserter(List<ShortcutInfo> list) {
743 private ShortcutListAsserter(ShortcutListAsserter original, List<ShortcutInfo> list) {
748 public ShortcutListAsserter revertToOriginalList() {
752 public ShortcutListAsserter selectDynamic() {
753 return new ShortcutListAsserter(this
    [all...]
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerLauncherCallbackTest.java 32 import com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.ShortcutListAsserter;
96 public synchronized ShortcutListAsserter assertCalled(Context clientContext) {

Completed in 837 milliseconds