Searched refs:emptyIfNull (Results 1 – 3 of 3) sorted by relevance
93 return emptyIfNull(queryInternal(query), query); in getSuggestions()97 return emptyIfNull(queryExternal(query), query); in getSuggestionsExternal()100 private SourceResult emptyIfNull(SourceResult result, String query) { in emptyIfNull() method in AbstractGoogleSource
66 private SourceResult emptyIfNull(SourceResult result, Source source, String query) { in emptyIfNull() method in GoogleSuggestionProvider80 emptyIfNull(mSource.queryExternal(query), mSource, query)); in query()
195 private static String emptyIfNull(String s) { in emptyIfNull() method in Contact693 String oldName = emptyIfNull(orig.mName); in contactChanged()694 String newName = emptyIfNull(newContactData.mName); in contactChanged()702 String oldLabel = emptyIfNull(orig.mLabel); in contactChanged()703 String newLabel = emptyIfNull(newContactData.mLabel); in contactChanged()