Home
last modified time | relevance | path

Searched refs:sThrowExceptionForUpperArrayOutOfBounds (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/util/
DUtilConfig.java26 static boolean sThrowExceptionForUpperArrayOutOfBounds = true; field in UtilConfig
29 sThrowExceptionForUpperArrayOutOfBounds = check; in setThrowExceptionForUpperArrayOutOfBounds()
DSparseIntArray.java179 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in keyAt()
204 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in valueAt()
221 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in setValueAt()
DSparseLongArray.java213 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in keyAt()
238 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in valueAt()
259 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()
DSparseArray.java190 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in removeAt()
313 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in keyAt()
343 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in valueAt()
366 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in setValueAt()
DLongSparseArray.java171 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in removeAt()
303 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in keyAt()
333 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in valueAt()
356 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in setValueAt()
DLongSparseLongArray.java181 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in keyAt()
206 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in valueAt()
DArrayMap.java507 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in keyAt()
527 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in valueAt()
548 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in setValueAt()
752 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in removeAt()
DArraySet.java419 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in valueAt()
613 if (index >= mSize && UtilConfig.sThrowExceptionForUpperArrayOutOfBounds) { in removeAt()