Home
last modified time | relevance | path

Searched refs:DISPOSITION_READY (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/usb/java/com/android/server/usb/
DUsbPortManager.java838 portInfo.mDisposition = PortInfo.DISPOSITION_READY; in updatePortsLocked()
842 portInfo.mDisposition = PortInfo.DISPOSITION_READY; in updatePortsLocked()
961 portInfo.mDisposition = PortInfo.DISPOSITION_READY; in addOrUpdatePortLocked()
1127 public static final int DISPOSITION_READY = 2; field in UsbPortManager.PortInfo