Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/
DArrayMap.java103 static Object[] mTwiceBaseCache; field in ArrayMap
213 if (mTwiceBaseCache != null) { in allocArrays()
214 final Object[] array = mTwiceBaseCache; in allocArrays()
216 mTwiceBaseCache = (Object[])array[0]; in allocArrays()
250 array[0] = mTwiceBaseCache; in freeArrays()
255 mTwiceBaseCache = array; in freeArrays()