Searched refs:ALL_DAYS (Results 1 – 4 of 4) sorted by relevance
50 private const val ALL_DAYS = 0x7F constant54 val ALL = fromBits(ALL_DAYS)111 val bits: Int = ALL_DAYS and bits286 if (bits == ALL_DAYS) { in toString()
69 private static final int ALL_DAYS = 0x7F; field in Weekdays72 public static final Weekdays ALL = Weekdays.fromBits(ALL_DAYS);96 mBits = ALL_DAYS & bits; in Weekdays()315 if (mBits == ALL_DAYS) { in toString()
157 schedule.days = ZenModeConfig.ALL_DAYS; in defaultNewSchedule()