Searched defs:putWithDefault (Results 1 – 4 of 4) sorted by relevance
| /frameworks/base/services/permission/java/com/android/server/permission/access/collection/ |
| D | IntBooleanMap.kt | 108 inline fun IntBooleanMap.putWithDefault(key: Int, value: Boolean, defaultValue: Boolean): Boolean { in putWithDefault() method
|
| D | IntMap.kt | 109 inline fun <T> IntMap<T>.putWithDefault(key: Int, value: T, defaultValue: T): T { in putWithDefault() method
|
| D | IntLongMap.kt | 108 inline fun IntLongMap.putWithDefault(key: Int, value: Long, defaultValue: Long): Long { in putWithDefault() method
|
| D | IndexedMap.kt | 109 inline fun <K, V> IndexedMap<K, V>.putWithDefault(key: K, value: V, defaultValue: V): V { in putWithDefault() method
|