Searched refs:mEventBitmaps (Results 1 – 1 of 1) sorted by relevance
114 combined.mEventBitmaps[slotType] |= younger.mEventBitmaps[slotType]; in combine()119 private final long[] mEventBitmaps; field in EventIndex154 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 …]