Searched defs:emptyIfNull (Results 1 - 4 of 4) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
H A DAbstractGoogleSource.java103 return emptyIfNull(queryInternal(query), query);
107 return emptyIfNull(queryExternal(query), query);
110 private SourceResult emptyIfNull(SourceResult result, String query) { method in class:AbstractGoogleSource
H A DGoogleSuggestionProvider.java66 private SourceResult emptyIfNull(SourceResult result, GoogleSource source, String query) { method in class:GoogleSuggestionProvider
80 emptyIfNull(mSource.queryExternal(query), mSource, query));
/packages/apps/Mms/src/com/android/mms/data/
H A DContact.java196 private static String emptyIfNull(String s) { method in class:Contact
701 String oldName = emptyIfNull(orig.mName);
702 String newName = emptyIfNull(newContactData.mName);
710 String oldLabel = emptyIfNull(orig.mLabel);
711 String newLabel = emptyIfNull(newContactData.mLabel);
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DConversation.java781 private static String emptyIfNull(String in) { method in class:Conversation

Completed in 403 milliseconds