Searched refs:toSparseArray (Results 1 – 3 of 3) sorted by relevance
26 fun <T> Sequence<Pair<Int, T>>.toSparseArray(size: Int = -1): SparseArray<T> { in <lambda>() method
163 public SparseArray<String> toSparseArray() { in toSparseArray() method in CivicLocation
1374 return mCivicLocation.toSparseArray(); in toCivicLocationSparseArray()