Searched defs:mDisposition (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbPortManager.java518 mPorts.valueAt(i).mDisposition = PortInfo.DISPOSITION_REMOVED;
544 switch (portInfo.mDisposition) {
547 portInfo.mDisposition = PortInfo.DISPOSITION_READY;
551 portInfo.mDisposition = PortInfo.DISPOSITION_READY;
638 portInfo.mDisposition = PortInfo.DISPOSITION_CHANGED;
640 portInfo.mDisposition = PortInfo.DISPOSITION_READY;
722 public int mDisposition; // default initialized to 0 which means added field in class:UsbPortManager.PortInfo

Completed in 55 milliseconds