Searched refs:queryInternal (Results 1 – 4 of 4) sorted by relevance
58 public abstract SourceResult queryInternal(String query); in queryInternal() method in AbstractGoogleSource103 return emptyIfNull(queryInternal(query), query); in getSuggestions()
32 SourceResult queryInternal(String query); in queryInternal() method
83 public SourceResult queryInternal(String query) { in queryInternal() method in GoogleSuggestClient
834 return queryInternal(uri, projection, selection, selectionArgs, sortOrder); in query()840 private Cursor queryInternal(Uri uri, String[] projection, String selection, in queryInternal() method in CalendarProvider2