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

/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
H A DShortcutRepositoryTest.java185 assertShortcuts("j", john, jane);
187 assertShortcuts("j", jane);
200 assertShortcuts("j", john);
202 assertShortcuts("j", john);
231 assertShortcuts("q", clicked);
232 assertShortcuts("", clicked);
257 assertShortcuts("q", expected);
270 assertShortcuts("bob smith", clicked);
271 assertShortcuts("bob s", clicked);
272 assertShortcuts("
865 void assertShortcuts(String query, SuggestionData... expected) { method in class:ShortcutRepositoryTest
889 void assertShortcuts(String message, String query, Collection<Corpus> allowedCorpora, method in class:ShortcutRepositoryTest
899 void assertShortcuts(String message, String query, Collection<Corpus> allowedCorpora, method in class:ShortcutRepositoryTest
908 void assertShortcuts(String message, String query, Collection<Corpus> allowedCorpora, method in class:ShortcutRepositoryTest
914 void assertShortcuts(String message, String query, Collection<Corpus> allowedCorpora, method in class:ShortcutRepositoryTest
919 void assertShortcuts(String message, String query, SuggestionData... expected) { method in class:ShortcutRepositoryTest
[all...]

Completed in 10 milliseconds