Home
last modified time | relevance | path

Searched defs:emptyIfNull (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
DCollectionUtils.java109 public static @NonNull <T> List<T> emptyIfNull(@Nullable List<T> cur) { in emptyIfNull() method in CollectionUtils
120 public static @NonNull <T> Set<T> emptyIfNull(@Nullable Set<T> cur) { in emptyIfNull() method in CollectionUtils
/frameworks/base/core/java/android/text/
DTextUtils.java470 public static String emptyIfNull(@Nullable String str) { in emptyIfNull() method in TextUtils