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 93 return emptyIfNull(queryInternal(query), query);
97 return emptyIfNull(queryExternal(query), query);
100 private SourceResult emptyIfNull(SourceResult result, String query) {
GoogleSuggestionProvider.java 66 private SourceResult emptyIfNull(SourceResult result, Source source, String query) {
80 emptyIfNull(mSource.queryExternal(query), mSource, query));
  /external/webkit/Source/WebCore/inspector/front-end/
InjectedFakeWorker.js 263 function emptyIfNull(str)
271 this.port = emptyIfNull(parts[3]);
272 this.path = emptyIfNull(parts[4]);
273 this.query = emptyIfNull(parts[5]);
274 this.fragment = emptyIfNull(parts[6]);
  /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 879 milliseconds