Home
last modified time | relevance | path

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

/frameworks/base/services/usb/java/com/android/server/usb/
DUsbDeviceManager.java222 private static Set<Integer> sDenyInterfaces; field in UsbDeviceManager
235 sDenyInterfaces = new HashSet<>();
236 sDenyInterfaces.add(UsbConstants.USB_CLASS_AUDIO);
237 sDenyInterfaces.add(UsbConstants.USB_CLASS_COMM);
238 sDenyInterfaces.add(UsbConstants.USB_CLASS_HID);
239 sDenyInterfaces.add(UsbConstants.USB_CLASS_PRINTER);
240 sDenyInterfaces.add(UsbConstants.USB_CLASS_MASS_STORAGE);
241 sDenyInterfaces.add(UsbConstants.USB_CLASS_HUB);
242 sDenyInterfaces.add(UsbConstants.USB_CLASS_CDC_DATA);
243 sDenyInterfaces.add(UsbConstants.USB_CLASS_CSCID);
[all …]