Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DEventIndex.java114 combined.mEventBitmaps[slotType] |= younger.mEventBitmaps[slotType]; in combine()
119 private final long[] mEventBitmaps; field in EventIndex
154 if (mEventBitmaps[slotType] == 0L) { in getMostRecentActiveTimeSlot()
191 if (mEventBitmaps[slotType] != 0L) { in isEmpty()
252 && Arrays.equals(mEventBitmaps, other.mEventBitmaps); in equals()
261 for (long bitmap : mEventBitmaps) { in writeToProto()
272 mEventBitmaps[slotType] <<= offset; in updateEventBitmaps()
274 mEventBitmaps[slotType] = 0L; in updateEventBitmaps()
279 mEventBitmaps[TIME_SLOT_ONE_DAY] <<= bitsToClear; in updateEventBitmaps()
280 mEventBitmaps[TIME_SLOT_ONE_DAY] >>>= bitsToClear; in updateEventBitmaps()
[all …]