Searched defs:assertWith (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A DShortcutManagerTestUtils.java746 public static ShortcutListAsserter assertWith(List<ShortcutInfo> list) { method in class:ShortcutManagerTestUtils
750 public static ShortcutListAsserter assertWith(ShortcutInfo... list) { method in class:ShortcutManagerTestUtils
751 return assertWith(list(list));

Completed in 116 milliseconds