Searched refs:DEVICE_OUT_ALL_USB (Results 1 – 2 of 2) sorted by relevance
356 public static final int DEVICE_OUT_ALL_USB = (DEVICE_OUT_USB_ACCESSORY | field in AudioSystem
4760 AudioSystem.DEVICE_OUT_ALL_USB | AudioSystem.DEVICE_OUT_LINE;4875 boolean isUsb = ((device & ~AudioSystem.DEVICE_OUT_ALL_USB) == 0) || in onSetWiredDeviceConnectionState()