Searched defs:supportedModes (Results 1 – 5 of 5) sorted by relevance
282 public void addSimulatedPort(String portId, int supportedModes, IndentingPrintWriter pw) { in addSimulatedPort()423 final int supportedModes = readSupportedModes(portDir); in updatePortsLocked() local461 private void addOrUpdatePortLocked(String portId, int supportedModes, in addOrUpdatePortLocked()731 public PortInfo(String portId, int supportedModes) { in PortInfo()778 public SimulatedPortInfo(String portId, int supportedModes) { in SimulatedPortInfo()
462 final int supportedModes; in dump() local
88 public UsbPort(String id, int supportedModes) { in UsbPort()
156 public Display.Mode[] supportedModes = Display.Mode.EMPTY_ARRAY; field in DisplayDeviceInfo
170 public Display.Mode[] supportedModes = Display.Mode.EMPTY_ARRAY; field in DisplayInfo