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

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

Completed in 78 milliseconds