Searched defs:asMap (Results 1 – 2 of 2) sorted by relevance
78 fun <T> SparseArray<T>.asMap(): Map<Int, T> = SparseArrayMapWrapper(this) in asMap() method
457 private static Map<String, Object> asMap(Bundle bundle) { in asMap() method in BroadcastQueueTest