Home
last modified time | relevance | path

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

/frameworks/base/telephony/common/com/android/internal/telephony/util/
DTelephonyUtils.java60 public static String emptyIfNull(@Nullable String str) { in emptyIfNull() method in TelephonyUtils
65 public static @NonNull <T> List<T> emptyIfNull(@Nullable List<T> cur) { in emptyIfNull() method in TelephonyUtils
/frameworks/base/core/java/com/android/internal/util/
DCollectionUtils.java171 public static @NonNull <T> List<T> emptyIfNull(@Nullable List<T> cur) { in emptyIfNull() method in CollectionUtils
182 public static @NonNull <T> Set<T> emptyIfNull(@Nullable Set<T> cur) { in emptyIfNull() method in CollectionUtils
/frameworks/base/core/java/android/text/
DTextUtils.java551 public static String emptyIfNull(@Nullable String str) { in emptyIfNull() method in TextUtils