HomeSort by relevance Sort by last modified time
    Searched refs:emptyIfNull (Results 1 - 6 of 6) 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/Mms/src/com/android/mms/data/
Contact.java 196 private static String emptyIfNull(String s) {
701 String oldName = emptyIfNull(orig.mName);
702 String newName = emptyIfNull(newContactData.mName);
710 String oldLabel = emptyIfNull(orig.mLabel);
711 String newLabel = emptyIfNull(newContactData.mLabel);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Conversation.java 792 private static String emptyIfNull(String in) {
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 174 milliseconds