Home
last modified time | relevance | path

Searched refs:emptyIfNull (Results 1 – 4 of 4) 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/Mms/src/com/android/mms/data/
DContact.java196 private static String emptyIfNull(String s) { in emptyIfNull() method in Contact
701 String oldName = emptyIfNull(orig.mName); in contactChanged()
702 String newName = emptyIfNull(newContactData.mName); in contactChanged()
710 String oldLabel = emptyIfNull(orig.mLabel); in contactChanged()
711 String newLabel = emptyIfNull(newContactData.mLabel); in contactChanged()
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DConversation.java792 private static String emptyIfNull(String in) { in emptyIfNull() method in Conversation