HomeSort by relevance Sort by last modified time
    Searched refs:emptyIfNull (Results 1 - 4 of 4) sorted by null

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
AbstractGoogleSource.java 103 return emptyIfNull(queryInternal(query), query);
107 return emptyIfNull(queryExternal(query), query);
110 private SourceResult emptyIfNull(SourceResult result, String query) {
GoogleSuggestionProvider.java 66 private SourceResult emptyIfNull(SourceResult result, GoogleSource source, String query) {
80 emptyIfNull(mSource.queryExternal(query), mSource, query));
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Conversation.java 253 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) {
  /packages/apps/Mms/src/com/android/mms/data/
Contact.java 195 private static String emptyIfNull(String s) {
693 String oldName = emptyIfNull(orig.mName);
694 String newName = emptyIfNull(newContactData.mName);
702 String oldLabel = emptyIfNull(orig.mLabel);
703 String newLabel = emptyIfNull(newContactData.mLabel);
    [all...]

Completed in 58 milliseconds