Home
last modified time | relevance | path

Searched refs:UtilConfig (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/util/
DLongSparseArray.java152 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in removeAt()
251 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in keyAt()
281 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in valueAt()
304 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in setValueAt()
DSparseArray.java177 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in removeAt()
292 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in keyAt()
322 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in valueAt()
345 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in setValueAt()
DSparseIntArray.java180 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in keyAt()
205 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in valueAt()
222 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in setValueAt()
DSparseBooleanArray.java176 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in keyAt()
201 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in valueAt()
218 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in setValueAt()
DUtilConfig.java24 public class UtilConfig { class
DLongSparseLongArray.java180 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in keyAt()
205 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in valueAt()
DSparseLongArray.java190 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in keyAt()
215 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in valueAt()
DArrayMap.java462 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in keyAt()
482 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in valueAt()
503 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in setValueAt()
707 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in removeAt()
DArraySet.java382 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in valueAt()
560 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in removeAt()
/frameworks/base/core/java/android/app/
DActivityThread.java142 import android.util.UtilConfig;
6217 UtilConfig.setThrowExceptionForUpperArrayOutOfBounds( in handleBindApplication()