OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:serverintent
(Results
1 - 1
of
1
) sorted by null
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java
328
Intent
serverIntent
= new Intent(this, DeviceListActivity.class);
329
startActivityForResult(
serverIntent
, REQUEST_CONNECT_DEVICE);
Completed in 18 milliseconds