Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/procstats/
DSparseMappingTable.java62 private static final int INDEX_MASK = 0xffff; field in SparseMappingTable
464 sb.append(Integer.toHexString((key >> INDEX_SHIFT) & INDEX_MASK)); in dumpInternalState()
637 return (key >> INDEX_SHIFT) & INDEX_MASK; in getIndexFromKey()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java85 private static final int INDEX_MASK = 0xffff; field in CommandQueue