Home
last modified time | relevance | path

Searched refs:getBCDString (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
DUsbHIDDescriptor.java79 canvas.writeListItem("Spec: " + ReportCanvas.getBCDString(getRelease())); in report()
80 canvas.writeListItem("Type: " + ReportCanvas.getBCDString(getDescriptorType())); in report()
DUsbACHeaderInterface.java52 canvas.writeListItem("Release: " + ReportCanvas.getBCDString(getADCRelease())); in report()
DUsbDeviceDescriptor.java192 canvas.writeListItem("Spec: " + ReportCanvas.getBCDString(spec)); in report()
202 + " Product Release: " + ReportCanvas.getBCDString(getDeviceRelease())); in report()
/frameworks/base/services/usb/java/com/android/server/usb/descriptors/report/
DReportCanvas.java137 public static String getBCDString(int valueBCD) { in getBCDString() method in ReportCanvas