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

/packages/apps/DeskClock/src/com/android/deskclock/data/
H A DWeekdays.java43 * also converts between those bits and the {@link Calendar#DAY_OF_WEEK} values for easier mutation
68 /** All valid bits set. */
94 private Weekdays(int bits) { argument
95 // Mask off the unused bits.
96 mBits = ALL_DAYS & bits;
100 * @param bits {@link #getBits bits} representing the encoded weekly repeat schedule
101 * @return a Weekdays instance representing the same repeat schedule as the {@code bits}
103 public static Weekdays fromBits(int bits) { argument
104 return new Weekdays(bits);
[all...]
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 132 milliseconds