Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DBinderProxy.java80 private static final int MAIN_INDEX_SIZE = 1 << LOG_MAIN_INDEX_SIZE; field in BinderProxy.ProxyMap
81 private static final int MAIN_INDEX_MASK = MAIN_INDEX_SIZE - 1;
375 private final Long[][] mMainIndexKeys = new Long[MAIN_INDEX_SIZE][];
377 new ArrayList[MAIN_INDEX_SIZE];