Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/
DArraySet.java74 static Object[] sTwiceBaseCache; field in ArraySet
168 if (sTwiceBaseCache != null) { in allocArrays()
169 final Object[] array = sTwiceBaseCache; in allocArrays()
172 sTwiceBaseCache = (Object[]) array[0]; in allocArrays()
187 sTwiceBaseCache = null; in allocArrays()
227 array[0] = sTwiceBaseCache; in freeArrays()
232 sTwiceBaseCache = array; in freeArrays()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt71531 Landroid/util/ArraySet;->sTwiceBaseCache:[Ljava/lang/Object;