Home
last modified time | relevance | path

Searched refs:retainAllIndexed (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/permission/java/com/android/server/permission/access/collection/
DListExtensions.kt69 inline fun <T> MutableList<T>.retainAllIndexed(predicate: (Int, T) -> Boolean): Boolean { in retainAllIndexed() method
DArraySetExtensions.kt86 inline fun <T> ArraySet<T>.retainAllIndexed(predicate: (Int, T) -> Boolean): Boolean { in retainAllIndexed() method
DSparseLongArrayExtensions.kt103 inline fun SparseLongArray.retainAllIndexed(predicate: (Int, Int, Long) -> Boolean): Boolean { in retainAllIndexed() method
DSparseIntArrayExtensions.kt103 inline fun SparseIntArray.retainAllIndexed(predicate: (Int, Int, Int) -> Boolean): Boolean { in retainAllIndexed() method
DLongSparseArrayExtensions.kt88 inline fun <T> LongSparseArray<T>.retainAllIndexed(predicate: (Int, Long, T) -> Boolean): Boolean { in retainAllIndexed() method
DSparseBooleanArrayExtensions.kt103 inline fun SparseBooleanArray.retainAllIndexed(predicate: (Int, Int, Boolean) -> Boolean): Boolean { in retainAllIndexed() method
DSparseArrayExtensions.kt88 inline fun <T> SparseArray<T>.retainAllIndexed(predicate: (Int, Int, T) -> Boolean): Boolean { in retainAllIndexed() method
DArrayMapExtensions.kt86 inline fun <K, V> ArrayMap<K, V>.retainAllIndexed(predicate: (Int, K, V) -> Boolean): Boolean { in retainAllIndexed() method