Searched defs:SerialPort (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/
H A DSerialPort.java34 public class SerialPort { class
36 private static final String TAG = "SerialPort";
44 * SerialPort should only be instantiated by SerialManager
47 public SerialPort(String name) { method in class:SerialPort
52 * SerialPort should only be instantiated by SerialManager

Completed in 385 milliseconds