Home
last modified time | relevance | path

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

/frameworks/base/services/usb/java/com/android/server/usb/descriptors/report/
DUsbStrings.java34 private static HashMap<Byte, String> sACStreamingInterfaceNames; field in UsbStrings
87 sACStreamingInterfaceNames = new HashMap<Byte, String>(); in initACStreamingInterfaceNames()
88 sACStreamingInterfaceNames.put(UsbACInterface.ASI_UNDEFINED, "Undefined"); in initACStreamingInterfaceNames()
89 sACStreamingInterfaceNames.put(UsbACInterface.ASI_GENERAL, "General"); in initACStreamingInterfaceNames()
90 sACStreamingInterfaceNames.put(UsbACInterface.ASI_FORMAT_TYPE, "Format Type"); in initACStreamingInterfaceNames()
91 sACStreamingInterfaceNames.put(UsbACInterface.ASI_FORMAT_SPECIFIC, "Format Specific"); in initACStreamingInterfaceNames()
292 String name = sACStreamingInterfaceNames.get(subtype); in getACStreamingInterfaceName()