Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbAlsaManager.java97 private static class DenyListEntry { class in UsbAlsaManager
102 DenyListEntry(int vendorId, int productId, int flags) { in DenyListEntry() method in UsbAlsaManager.DenyListEntry
109 static final List<DenyListEntry> sDeviceDenylist = Arrays.asList(
110 new DenyListEntry(USB_VENDORID_SONY,
113 new DenyListEntry(USB_VENDORID_SONY,
116 new DenyListEntry(USB_VENDORID_SONY,
121 for (DenyListEntry entry : sDeviceDenylist) { in isDeviceDenylisted()