/frameworks/base/services/permission/java/com/android/server/permission/access/immutable/ |
D | IndexedListSet.kt | 56 fun removeAt(index: Int): T = list.removeAt(index) in isEmpty() method
|
D | IndexedList.kt | 58 fun removeAt(index: Int): T = list.removeAt(index) in isEmpty() method
|
D | IndexedSet.kt | 51 fun removeAt(index: Int): T = set.removeAt(index) in isEmpty() method
|
D | IntSet.kt | 65 fun removeAt(index: Int) { in isEmpty() method
|
D | IndexedMap.kt | 58 fun removeAt(index: Int): V = map.removeAt(index) in isEmpty() method
|
D | IndexedReferenceMap.kt | 81 fun removeAt(index: Int): I = map.removeAt(index).get() in isEmpty() method
|
D | IntReferenceMap.kt | 82 fun removeAt(index: Int): I = array.removeAtReturnOld(index).also { array.gc() }.get() in isEmpty() method
|
D | IntMap.kt | 57 fun removeAt(index: Int): T = array.removeAtReturnOld(index).also { array.gc() } in isEmpty() method
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | PendingTempAllowlists.java | 39 void removeAt(int index) { in removeAt() method in PendingTempAllowlists
|
/frameworks/base/core/java/android/util/ |
D | SparseDoubleArray.java | 175 public void removeAt(int index) { in removeAt() method in SparseDoubleArray
|
D | SparseIntArray.java | 130 public void removeAt(int index) { in removeAt() method in SparseIntArray
|
D | LongSparseLongArray.java | 132 public void removeAt(int index) { in removeAt() method in LongSparseLongArray
|
D | SparseBooleanArray.java | 127 public void removeAt(int index) { in removeAt() method in SparseBooleanArray
|
D | SparseLongArray.java | 140 public void removeAt(int index) { in removeAt() method in SparseLongArray
|
D | LongSparseArray.java | 170 public void removeAt(int index) { in removeAt() method in LongSparseArray
|
D | SparseArray.java | 189 public void removeAt(int index) { in removeAt() method in SparseArray
|
D | ArraySet.java | 612 public E removeAt(int index) { in removeAt() method in ArraySet
|
/frameworks/base/services/core/java/com/android/server/utils/ |
D | WatchedSparseIntArray.java | 132 public void removeAt(int index) { in removeAt() method in WatchedSparseIntArray
|
D | WatchedSparseBooleanArray.java | 129 public void removeAt(int index) { in removeAt() method in WatchedSparseBooleanArray
|
D | WatchedArraySet.java | 327 public E removeAt(int index) { in removeAt() method in WatchedArraySet
|
D | WatchedLongSparseArray.java | 227 public void removeAt(int index) { in removeAt() method in WatchedLongSparseArray
|
D | WatchedSparseArray.java | 249 public void removeAt(int index) { in removeAt() method in WatchedSparseArray
|
D | WatchedArrayMap.java | 422 public V removeAt(int index) { in removeAt() method in WatchedArrayMap
|
D | WatchedSparseBooleanMatrix.java | 260 public void removeAt(int index) { in removeAt() method in WatchedSparseBooleanMatrix
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/ |
D | SparseWeakArray.java | 114 public void removeAt(int index) { in removeAt() method in SparseWeakArray
|