Searched defs:Weekdays (Results 1 - 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/data/
H A DWeekdays.java46 public final class Weekdays { class
72 public static final Weekdays ALL = Weekdays.fromBits(ALL_DAYS);
75 public static final Weekdays NONE = Weekdays.fromBits(0);
94 private Weekdays(int bits) { method in class:Weekdays
101 * @return a Weekdays instance representing the same repeat schedule as the {@code bits}
103 public static Weekdays fromBits(int bits) {
104 return new Weekdays(bits);
118 * @return a Weekdays instanc
[all...]

Completed in 103 milliseconds