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

  /frameworks/base/core/java/com/android/internal/util/
CollectionUtils.java 56 return emptyIfNull(result);
109 public static @NonNull <T> List<T> emptyIfNull(@Nullable List<T> cur) {
120 public static @NonNull <T> Set<T> emptyIfNull(@Nullable Set<T> cur) {
143 return emptyIfNull(result);
187 return emptyIfNull(cur);
  /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 792 private static String emptyIfNull(String in) {
  /frameworks/base/core/java/android/text/
TextUtils.java 470 public static String emptyIfNull(@Nullable String str) {
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8-dom.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 829 milliseconds