Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/
DArraySet.java73 static Object[] sTwiceBaseCache; field in ArraySet
167 if (sTwiceBaseCache != null) { in allocArrays()
168 final Object[] array = sTwiceBaseCache; in allocArrays()
171 sTwiceBaseCache = (Object[]) array[0]; in allocArrays()
186 sTwiceBaseCache = null; in allocArrays()
226 array[0] = sTwiceBaseCache; in freeArrays()
231 sTwiceBaseCache = array; in freeArrays()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt76649 Landroid/util/ArraySet;->sTwiceBaseCache:[Ljava/lang/Object;