Home
last modified time | relevance | path

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

/frameworks/base/telephony/common/com/android/internal/telephony/util/
DTelephonyUtils.java62 public static String emptyIfNull(@Nullable String str) { in emptyIfNull() method in TelephonyUtils
67 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.java175 public static @NonNull <T> List<T> emptyIfNull(@Nullable List<T> cur) { in emptyIfNull() method in CollectionUtils
186 public static @NonNull <T> Set<T> emptyIfNull(@Nullable Set<T> cur) { in emptyIfNull() method in CollectionUtils
197 public static @NonNull <K, V> Map<K, V> emptyIfNull(@Nullable Map<K, V> cur) { in emptyIfNull() method in CollectionUtils
DArrayUtils.java141 public static @NonNull <T> T[] emptyIfNull(@Nullable T[] items, Class<T> kind) { in emptyIfNull() method in ArrayUtils
/frameworks/base/core/java/android/text/
DTextUtils.java552 public static String emptyIfNull(@Nullable String str) { in emptyIfNull() method in TextUtils