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

/frameworks/base/core/java/android/os/
H A DBinder.java785 * performance degrades as occupancy increases significantly past MAIN_INDEX_SIZE.
790 private static final int MAIN_INDEX_SIZE = 1 << LOG_MAIN_INDEX_SIZE; field in class:BinderProxy.ProxyMap
791 private static final int MAIN_INDEX_MASK = MAIN_INDEX_SIZE - 1;
807 * Returns a value < MAIN_INDEX_SIZE.
1022 private final Long[][] mMainIndexKeys = new Long[MAIN_INDEX_SIZE][];
1024 new ArrayList[MAIN_INDEX_SIZE];

Completed in 43 milliseconds