Searched refs:USB_SERVICE (Results 1 – 4 of 4) sorted by relevance
48 usbManager = (UsbManager) this.context.getSystemService(Context.USB_SERVICE); in BaseUsbConnection()
50 ApplicationProvider.getApplicationContext().getSystemService(Context.USB_SERVICE); in setUp()
86 Context.USB_SERVICE, createBinder(IUsbManager.class, "android.hardware.usb.IUsbManager")); in map.put() argument
2637 UsbManager manager = (UsbManager) getSystemService(Context.USB_SERVICE); in waitForUsbRoute()