Searched defs:EMPTY_IMMUTABLE_INTS (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/util/
H A DArrayMap.java81 static final int[] EMPTY_IMMUTABLE_INTS = new int[0]; field in class:ArrayMap
165 if (mHashes == EMPTY_IMMUTABLE_INTS) {
258 // If this is immutable, use the sentinal EMPTY_IMMUTABLE_INTS
261 mHashes = immutable ? EMPTY_IMMUTABLE_INTS : EmptyArray.INT;

Completed in 55 milliseconds