Searched defs:emptyIfNull (Results 1 – 4 of 4) sorted by relevance
87 private fun emptyIfNull(result: SourceResult?, query: String?): SourceResult { in emptyIfNull() method
55 private fun emptyIfNull( in emptyIfNull() method in com.android.quicksearchbox.google.GoogleSuggestionProvider
134 private static String [] emptyIfNull(@Nullable String [] array) { in emptyIfNull() method in NetworkStatsMetricsLogger
117 public static <T> T[] emptyIfNull(@Nullable T[] items, Class<T> kind) { in emptyIfNull() method in ArrayUtils