Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DPendingTempAllowlists.java38 void removeAt(int index) { in removeAt() method in PendingTempAllowlists
/frameworks/base/core/java/android/util/
DSparseLongArray.java141 public void removeAt(int index) { in removeAt() method in SparseLongArray
DSparseIntArray.java131 public void removeAt(int index) { in removeAt() method in SparseIntArray
DLongSparseLongArray.java133 public void removeAt(int index) { in removeAt() method in LongSparseLongArray
DSparseBooleanArray.java128 public void removeAt(int index) { in removeAt() method in SparseBooleanArray
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.java611 public E removeAt(int index) { in removeAt() method in ArraySet
DArrayMap.java745 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.java252 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.cpp882 size_t removeAt = 0; in removeTimeRecord() local