Home
last modified time | relevance | path

Searched refs:serverIntent (Results 1 – 2 of 2) sorted by relevance

/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DBluetoothChat.java338 Intent serverIntent = null; in onOptionsItemSelected() local
342 serverIntent = new Intent(this, DeviceListActivity.class); in onOptionsItemSelected()
343 startActivityForResult(serverIntent, REQUEST_CONNECT_DEVICE_SECURE); in onOptionsItemSelected()
347 serverIntent = new Intent(this, DeviceListActivity.class); in onOptionsItemSelected()
348 startActivityForResult(serverIntent, REQUEST_CONNECT_DEVICE_INSECURE); in onOptionsItemSelected()
/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
DBluetoothChatFragment.java383 Intent serverIntent = new Intent(getActivity(), DeviceListActivity.class); in onOptionsItemSelected() local
384 startActivityForResult(serverIntent, REQUEST_CONNECT_DEVICE_SECURE); in onOptionsItemSelected()
389 Intent serverIntent = new Intent(getActivity(), DeviceListActivity.class); in onOptionsItemSelected() local
390 startActivityForResult(serverIntent, REQUEST_CONNECT_DEVICE_INSECURE); in onOptionsItemSelected()