HomeSort by relevance Sort by last modified time
    Searched defs:mSimulatedPorts (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/usb/java/com/android/server/usb/
UsbPortManager.java 117 private final ArrayMap<String, RawPortInfo> mSimulatedPorts =
239 RawPortInfo sim = mSimulatedPorts.get(portId);
306 if (mSimulatedPorts.containsKey(portId)) {
313 mSimulatedPorts.put(portId,
323 final RawPortInfo portInfo = mSimulatedPorts.get(portId);
359 final RawPortInfo portInfo = mSimulatedPorts.get(portId);
378 final int index = mSimulatedPorts.indexOfKey(portId);
385 mSimulatedPorts.removeAt(index);
393 if (!mSimulatedPorts.isEmpty()) {
394 mSimulatedPorts.clear()
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 52 milliseconds