Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
DSuggestionCursorUtil.java126 public static ListSuggestionCursor slice(SuggestionCursor cursor, int start) {
130 public static ListSuggestionCursor slice(SuggestionCursor cursor, int start, int length) {
131 ListSuggestionCursor out = new ListSuggestionCursor(cursor.getUserQuery());
138 public static ListSuggestionCursor concat(SuggestionCursor... cursors) {
139 ListSuggestionCursor out = new ListSuggestionCursor(cursors[0].getUserQuery());
190 public static void addAll(ListSuggestionCursor to, SuggestionCursor from) {
DMockSource.java124 ListSuggestionCursor cursor = new ListSuggestionCursor(query); in getSuggestions()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DListSuggestionCursorNoDuplicates.kt24 class ListSuggestionCursorNoDuplicates(userQuery: String?) : ListSuggestionCursor(userQuery) {
DListSuggestionCursor.kt25 open class ListSuggestionCursor(userQuery: String?, capacity: Int) : class