Home
last modified time | relevance | path

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

/frameworks/base/services/people/java/com/android/server/people/data/
DEventIndex.java114 combined.mEventBitmaps[slotType] |= younger.mEventBitmaps[slotType]; in combine()
119 private final long[] mEventBitmaps; field in EventIndex
132 this(from.mInjector, from.mEventBitmaps, from.mLastUpdatedTime); in EventIndex()
142 mEventBitmaps = Arrays.copyOf(eventBitmaps, TIME_SLOT_TYPES_COUNT); in EventIndex()
154 if (mEventBitmaps[slotType] == 0L) { in getMostRecentActiveTimeSlot()
159 int numberOfTrailingZeros = Long.numberOfTrailingZeros(mEventBitmaps[slotType]); in getMostRecentActiveTimeSlot()
191 if (mEventBitmaps[slotType] != 0L) { in isEmpty()
213 mEventBitmaps[slotType] |= (1L << offset); in addEvent()
229 sb.append(Long.toBinaryString(mEventBitmaps[TIME_SLOT_ONE_DAY])); in toString()
231 sb.append(Long.toBinaryString(mEventBitmaps[TIME_SLOT_FOUR_HOURS])); in toString()
[all …]