Home
last modified time | relevance | path

Searched defs:newPortInfo (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/usb/java/com/android/server/usb/
DUsbPortManager.java636 ArrayList<RawPortInfo> newPortInfo = new ArrayList<>(); in notifyPortStatusChange() local
671 ArrayList<RawPortInfo> newPortInfo = new ArrayList<>(); in notifyPortStatusChange_1_1() local
707 ArrayList<RawPortInfo> newPortInfo = new ArrayList<>(); in notifyPortStatusChange_1_2() local
797 private void updatePortsLocked(IndentingPrintWriter pw, ArrayList<RawPortInfo> newPortInfo) { in updatePortsLocked()