Home
last modified time | relevance | path

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

/frameworks/base/services/usb/java/com/android/server/usb/
DUsbPortManager.java799 mPorts.valueAt(i).mDisposition = PortInfo.DISPOSITION_REMOVED; in updatePortsLocked()
835 switch (portInfo.mDisposition) { in updatePortsLocked()
838 portInfo.mDisposition = PortInfo.DISPOSITION_READY; in updatePortsLocked()
842 portInfo.mDisposition = PortInfo.DISPOSITION_READY; in updatePortsLocked()
959 portInfo.mDisposition = PortInfo.DISPOSITION_CHANGED; in addOrUpdatePortLocked()
961 portInfo.mDisposition = PortInfo.DISPOSITION_READY; in addOrUpdatePortLocked()
1136 public int mDisposition; field in UsbPortManager.PortInfo