Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DAbstractGoogleSource.java58 public abstract SourceResult queryInternal(String query); in queryInternal() method in AbstractGoogleSource
103 return emptyIfNull(queryInternal(query), query); in getSuggestions()
DGoogleSource.java32 SourceResult queryInternal(String query); in queryInternal() method
DGoogleSuggestClient.java83 public SourceResult queryInternal(String query) { in queryInternal() method in GoogleSuggestClient
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java839 return queryInternal(uri, projection, selection, selectionArgs, sortOrder); in query()
845 private Cursor queryInternal(Uri uri, String[] projection, String selection, in queryInternal() method in CalendarProvider2