Home
last modified time | relevance | path

Searched refs:emptyIfNull (Results 1 – 3 of 3) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DAbstractGoogleSource.java103 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
DGoogleSuggestionProvider.java66 private SourceResult emptyIfNull(SourceResult result, GoogleSource source, String query) { in emptyIfNull() method in GoogleSuggestionProvider
80 emptyIfNull(mSource.queryExternal(query), mSource, query)); in query()
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DConversation.java792 private static String emptyIfNull(String in) { in emptyIfNull() method in Conversation