Home
last modified time | relevance | path

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

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