Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/common/com/android/internal/telephony/util/
H A DTelephonyUtils.java68 public static String emptyIfNull(@Nullable String str) { in emptyIfNull() method in TelephonyUtils
73 public static @NonNull <T> List<T> emptyIfNull(@Nullable List<T> cur) { in emptyIfNull() method in TelephonyUtils
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DCollectionUtils.java182 public static @NonNull <T> List<T> emptyIfNull(@Nullable List<T> cur) { in emptyIfNull() method in CollectionUtils
193 public static @NonNull <T> Set<T> emptyIfNull(@Nullable Set<T> cur) { in emptyIfNull() method in CollectionUtils
204 public static @NonNull <K, V> Map<K, V> emptyIfNull(@Nullable Map<K, V> cur) { in emptyIfNull() method in CollectionUtils
H A DArrayUtils.java143 public static @NonNull <T> T[] emptyIfNull(@Nullable T[] items, Class<T> kind) { in emptyIfNull() method in ArrayUtils
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
H A DAbstractGoogleSource.java110 private SourceResult emptyIfNull(SourceResult result, String query) { in emptyIfNull() method in AbstractGoogleSource
H A DGoogleSuggestionProvider.java66 private SourceResult emptyIfNull(SourceResult result, GoogleSource source, String query) { in emptyIfNull() method in GoogleSuggestionProvider
/aosp12/frameworks/base/core/java/android/text/
H A DTextUtils.java552 public static String emptyIfNull(@Nullable String str) { in emptyIfNull() method in TextUtils