OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mserialmanager
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/tests/SerialChat/src/com/android/serialchat/
SerialChat.java
45
private SerialManager
mSerialManager
;
55
mSerialManager
= (SerialManager)getSystemService(Context.SERIAL_SERVICE);
74
String[] ports =
mSerialManager
.getSerialPorts();
77
mSerialPort =
mSerialManager
.openSerialPort(ports[0], 115200);
Completed in 47 milliseconds