Searched refs:mDisposition (Results 1 – 1 of 1) sorted by relevance
799 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