Home
last modified time | relevance | path

Searched refs:concatAll (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TV/common/src/com/android/tv/common/util/
DCollectionUtils.java35 public static <T> T[] concatAll(T[] first, T[]... rest) { in concatAll() method in CollectionUtils
/packages/apps/TV/src/com/android/tv/data/
DProgram.java103 return CollectionUtils.concatAll( in createProjection()