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.java93 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
DGoogleSuggestionProvider.java66 private SourceResult emptyIfNull(SourceResult result, Source source, String query) { in emptyIfNull() method in GoogleSuggestionProvider
80 emptyIfNull(mSource.queryExternal(query), mSource, query)); in query()
/packages/apps/Mms/src/com/android/mms/data/
DContact.java195 private static String emptyIfNull(String s) { in emptyIfNull() method in Contact
693 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()