Searched refs: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/UnifiedEmail/src/com/android/mail/providers/
H A DConversation.java253 senders = emptyIfNull(in.readString());
357 senders = emptyIfNull(cursor.getString(UIProvider.CONVERSATION_SENDER_INFO_COLUMN));
436 conversation.senders = emptyIfNull(senders);
707 private static String emptyIfNull(String in) { method in class:Conversation
/packages/apps/Mms/src/com/android/mms/data/
H A DContact.java195 private static String emptyIfNull(String s) { method in class:Contact
693 String oldName = emptyIfNull(orig.mName);
694 String newName = emptyIfNull(newContactData.mName);
702 String oldLabel = emptyIfNull(orig.mLabel);
703 String newLabel = emptyIfNull(newContactData.mLabel);

Completed in 214 milliseconds