HomeSort by relevance Sort by last modified time
    Searched defs:sTwiceBaseCache (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/util/
ArraySet.java 69 static Object[] sTwiceBaseCache;
157 if (sTwiceBaseCache != null) {
158 final Object[] array = sTwiceBaseCache;
161 sTwiceBaseCache = (Object[]) array[0];
176 sTwiceBaseCache = null;
215 array[0] = sTwiceBaseCache;
220 sTwiceBaseCache = array;
  /frameworks/support/collection/src/main/java/androidx/collection/
ArraySet.java 75 private static Object[] sTwiceBaseCache;
163 if (sTwiceBaseCache != null) {
164 final Object[] array = sTwiceBaseCache;
166 sTwiceBaseCache = (Object[]) array[0];
204 array[0] = sTwiceBaseCache;
209 sTwiceBaseCache = array;
  /prebuilts/sdk/current/androidx/m2repository/androidx/collection/collection/1.0.0-alpha1/
collection-1.0.0-alpha1.jar 
  /prebuilts/sdk/current/support/m2repository/com/android/support/collections/28.0.0/
collections-28.0.0.jar 

Completed in 96 milliseconds