Home
last modified time | relevance | path

Searched defs:putWithDefault (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/permission/java/com/android/server/permission/access/collection/
DIntBooleanMap.kt108 inline fun IntBooleanMap.putWithDefault(key: Int, value: Boolean, defaultValue: Boolean): Boolean { in putWithDefault() method
DIntMap.kt109 inline fun <T> IntMap<T>.putWithDefault(key: Int, value: T, defaultValue: T): T { in putWithDefault() method
DIntLongMap.kt108 inline fun IntLongMap.putWithDefault(key: Int, value: Long, defaultValue: Long): Long { in putWithDefault() method
DIndexedMap.kt109 inline fun <K, V> IndexedMap<K, V>.putWithDefault(key: K, value: V, defaultValue: V): V { in putWithDefault() method