Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DAbstractGoogleSource.kt87 private fun emptyIfNull(result: SourceResult?, query: String?): SourceResult { in emptyIfNull() method
DGoogleSuggestionProvider.kt55 private fun emptyIfNull( in emptyIfNull() method in com.android.quicksearchbox.google.GoogleSuggestionProvider
/packages/services/Car/car-lib/src/com/android/car/internal/util/
DArrayUtils.java116 public static <T> T[] emptyIfNull(@Nullable T[] items, Class<T> kind) { in emptyIfNull() method in ArrayUtils