Searched refs:sClassNames (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/usb/java/com/android/server/usb/descriptors/report/ |
D | UsbStrings.java | 35 private static HashMap<Integer, String> sClassNames; field in UsbStrings 95 sClassNames = new HashMap<Integer, String>(); in initClassNames() 96 sClassNames.put(UsbDescriptor.CLASSID_DEVICE, "Device"); in initClassNames() 97 sClassNames.put(UsbDescriptor.CLASSID_AUDIO, "Audio"); in initClassNames() 98 sClassNames.put(UsbDescriptor.CLASSID_COM, "Communications"); in initClassNames() 99 sClassNames.put(UsbDescriptor.CLASSID_HID, "HID"); in initClassNames() 100 sClassNames.put(UsbDescriptor.CLASSID_PHYSICAL, "Physical"); in initClassNames() 101 sClassNames.put(UsbDescriptor.CLASSID_IMAGE, "Image"); in initClassNames() 102 sClassNames.put(UsbDescriptor.CLASSID_PRINTER, "Printer"); in initClassNames() 103 sClassNames.put(UsbDescriptor.CLASSID_STORAGE, "Storage"); in initClassNames() [all …]
|