Searched refs:newPortInfo (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbPortManager.java437 ArrayList<RawPortInfo> newPortInfo = new ArrayList<>();
445 newPortInfo.add(temp);
451 bundle.putParcelableArrayList(PORT_INFO, newPortInfo);
469 ArrayList<RawPortInfo> newPortInfo = new ArrayList<>();
477 newPortInfo.add(temp);
483 bundle.putParcelableArrayList(PORT_INFO, newPortInfo);
546 * USB hal callback populates and sends the newPortInfo.
548 private void updatePortsLocked(IndentingPrintWriter pw, ArrayList<RawPortInfo> newPortInfo) { argument
564 for (RawPortInfo currentPortInfo : newPortInfo) {

Completed in 68 milliseconds