Searched refs:UsbHostManager (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/usb/
H A DUsbHostManager.java36 * UsbHostManager manages USB state in host mode.
38 public class UsbHostManager { class
39 private static final String TAG = UsbHostManager.class.getSimpleName();
54 public UsbHostManager(Context context) { method in class:UsbHostManager
H A DUsbService.java42 * Host related events and calls are delegated to UsbHostManager, and device related
51 private UsbHostManager mHostManager;
76 mHostManager = new UsbHostManager(context);

Completed in 60 milliseconds