Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DPendingTempAllowlists.java39 void removeAt(int index) { in removeAt() method in PendingTempAllowlists
/frameworks/base/core/java/android/util/
DSparseDoubleArray.java174 public void removeAt(int index) { in removeAt() method in SparseDoubleArray
DSparseIntArray.java131 public void removeAt(int index) { in removeAt() method in SparseIntArray
DSparseBooleanArray.java128 public void removeAt(int index) { in removeAt() method in SparseBooleanArray
DSparseLongArray.java141 public void removeAt(int index) { in removeAt() method in SparseLongArray
DLongSparseLongArray.java133 public void removeAt(int index) { in removeAt() method in LongSparseLongArray
DLongSparseArray.java171 public void removeAt(int index) { in removeAt() method in LongSparseArray
DSparseArray.java190 public void removeAt(int index) { in removeAt() method in SparseArray
DArraySet.java612 public E removeAt(int index) { in removeAt() method in ArraySet
DArrayMap.java747 public V removeAt(int index) { in removeAt() method in ArrayMap
/frameworks/base/services/core/java/com/android/server/utils/
DWatchedSparseBooleanArray.java129 public void removeAt(int index) { in removeAt() method in WatchedSparseBooleanArray
DWatchedSparseIntArray.java132 public void removeAt(int index) { in removeAt() method in WatchedSparseIntArray
DWatchedArraySet.java327 public E removeAt(int index) { in removeAt() method in WatchedArraySet
DWatchedLongSparseArray.java227 public void removeAt(int index) { in removeAt() method in WatchedLongSparseArray
DWatchedSparseArray.java249 public void removeAt(int index) { in removeAt() method in WatchedSparseArray
DWatchedArrayMap.java422 public V removeAt(int index) { in removeAt() method in WatchedArrayMap
DWatchedSparseBooleanMatrix.java260 public void removeAt(int index) { in removeAt() method in WatchedSparseBooleanMatrix
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
DSparseWeakArray.java114 public void removeAt(int index) { in removeAt() method in SparseWeakArray
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp870 size_t removeAt = 0; in removeTimeRecord() local