Searched refs:DenyListEntry (Results 1 – 2 of 2) 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()
24181 PLcom/android/server/usb/UsbAlsaManager$DenyListEntry;-><init>(III)V