Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/eventlog/
DLocalEventLog.java51 private static final int IS_FILLER_OFFSET = countTrailingZeros(IS_FILLER_MASK); field in LocalEventLog
68 return (((isFiller ? 1 : 0) << IS_FILLER_OFFSET) & IS_FILLER_MASK) in createEntry()