Home
last modified time | relevance | path

Searched defs:bits (Results 1 – 4 of 4) sorted by relevance

/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DBitwiseInputStream.java74 public int read(int bits) throws AccessException { in read()
95 public byte[] readByteArray(int bits) throws AccessException { in readByteArray()
110 public void skip(int bits) throws AccessException { in skip()
/packages/apps/DeskClock/src/com/android/deskclock/data/
DWeekdays.java94 private Weekdays(int bits) { in Weekdays()
103 public static Weekdays fromBits(int bits) { in fromBits()
121 int bits = 0; in fromCalendarDays() local
DWeekdays.kt99 var bits = 0 in fromCalendarDays() variable
111 val bits: Int = ALL_DAYS and bits constant
/packages/apps/DeskClock/src/com/android/deskclock/
DNotificationUtils.java121 int bits = properties[2]; in createChannel() local