Searched defs:emptyIfNull (Results 1 – 3 of 3) sorted by relevance
60 public static String emptyIfNull(@Nullable String str) { in emptyIfNull() method in TelephonyUtils65 public static @NonNull <T> List<T> emptyIfNull(@Nullable List<T> cur) { in emptyIfNull() method in TelephonyUtils
171 public static @NonNull <T> List<T> emptyIfNull(@Nullable List<T> cur) { in emptyIfNull() method in CollectionUtils182 public static @NonNull <T> Set<T> emptyIfNull(@Nullable Set<T> cur) { in emptyIfNull() method in CollectionUtils
551 public static String emptyIfNull(@Nullable String str) { in emptyIfNull() method in TextUtils