Searched refs:mDisposition (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbPortManager.java550 mPorts.valueAt(i).mDisposition = PortInfo.DISPOSITION_REMOVED;
576 switch (portInfo.mDisposition) {
579 portInfo.mDisposition = PortInfo.DISPOSITION_READY;
583 portInfo.mDisposition = PortInfo.DISPOSITION_READY;
670 portInfo.mDisposition = PortInfo.DISPOSITION_CHANGED;
672 portInfo.mDisposition = PortInfo.DISPOSITION_READY;
749 public int mDisposition; // default initialized to 0 which means added field in class:UsbPortManager.PortInfo

Completed in 147 milliseconds