Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/util/
H A DArraySet.java77 static Object[] sTwiceBaseCache; field in ArraySet
186 if (sTwiceBaseCache != null) { in allocArrays()
187 final Object[] array = sTwiceBaseCache; in allocArrays()
190 sTwiceBaseCache = (Object[]) array[0]; in allocArrays()
207 sTwiceBaseCache = null; in allocArrays()
253 array[0] = sTwiceBaseCache; in freeArrays()
258 sTwiceBaseCache = array; in freeArrays()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt60831 Landroid/util/ArraySet;->sTwiceBaseCache:[Ljava/lang/Object;