Searched refs:emptyIfNull (Results 1 – 3 of 3) sorted by relevance
103 return emptyIfNull(queryInternal(query), query); in getSuggestions()107 return emptyIfNull(queryExternal(query), query); in getSuggestionsExternal()110 private SourceResult emptyIfNull(SourceResult result, String query) { in emptyIfNull() method in AbstractGoogleSource
66 private SourceResult emptyIfNull(SourceResult result, GoogleSource source, String query) { in emptyIfNull() method in GoogleSuggestionProvider80 emptyIfNull(mSource.queryExternal(query), mSource, query)); in query()
792 private static String emptyIfNull(String in) { in emptyIfNull() method in Conversation