Searched defs:emptyIfNull (Results 1 – 3 of 3) 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
116 public static <T> T[] emptyIfNull(@Nullable T[] items, Class<T> kind) { in emptyIfNull() method in ArrayUtils