Home
last modified time | relevance | path

Searched defs:removeAt (Results 1 – 22 of 22) sorted by relevance

/aosp14/frameworks/base/services/permission/java/com/android/server/permission/access/collection/
H A DIndexedListSet.kt67 fun removeAt(index: Int): T? = list.removeAt(index) regex
H A DIntSet.kt47 fun removeAt(index: Int) { regex
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DPendingTempAllowlists.java39 void removeAt(int index) { in removeAt() method in PendingTempAllowlists
/aosp14/frameworks/base/core/java/android/util/
H A DSparseDoubleArray.java174 public void removeAt(int index) { in removeAt() method in SparseDoubleArray
H A DSparseIntArray.java131 public void removeAt(int index) { in removeAt() method in SparseIntArray
H A DLongSparseLongArray.java133 public void removeAt(int index) { in removeAt() method in LongSparseLongArray
H A DSparseBooleanArray.java128 public void removeAt(int index) { in removeAt() method in SparseBooleanArray
H A DSparseLongArray.java141 public void removeAt(int index) { in removeAt() method in SparseLongArray
H A DLongSparseArray.java171 public void removeAt(int index) { in removeAt() method in LongSparseArray
H A DSparseArray.java190 public void removeAt(int index) { in removeAt() method in SparseArray
H A DArraySet.java613 public E removeAt(int index) { in removeAt() method in ArraySet
H A DArrayMap.java752 public V removeAt(int index) { in removeAt() method in ArrayMap
/aosp14/frameworks/base/services/core/java/com/android/server/utils/
H A DWatchedSparseBooleanArray.java129 public void removeAt(int index) { in removeAt() method in WatchedSparseBooleanArray
H A DWatchedSparseIntArray.java132 public void removeAt(int index) { in removeAt() method in WatchedSparseIntArray
H A DWatchedArraySet.java327 public E removeAt(int index) { in removeAt() method in WatchedArraySet
H A DWatchedLongSparseArray.java227 public void removeAt(int index) { in removeAt() method in WatchedLongSparseArray
H A DWatchedSparseArray.java249 public void removeAt(int index) { in removeAt() method in WatchedSparseArray
H A DWatchedArrayMap.java422 public V removeAt(int index) { in removeAt() method in WatchedArrayMap
H A DWatchedSparseBooleanMatrix.java260 public void removeAt(int index) { in removeAt() method in WatchedSparseBooleanMatrix
/aosp14/system/core/libutils/include/utils/
H A DSortedVector.h125 inline ssize_t removeAt(size_t index) { return removeItemsAt(index); } in removeAt() function
H A DVector.h177 inline ssize_t removeAt(size_t index) { return removeItemsAt(index); } in removeAt() function
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...