Searched refs:DenyListEntry (Results 1 – 1 of 1) sorted by relevance
97 private static class DenyListEntry { class in UsbAlsaManager102 DenyListEntry(int vendorId, int productId, int flags) { in DenyListEntry() method in UsbAlsaManager.DenyListEntry109 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()