Home
last modified time | relevance | path

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

/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
DBluetoothChatFragment.java55 private static final int REQUEST_CONNECT_DEVICE_SECURE = 1; field in BluetoothChatFragment
330 case REQUEST_CONNECT_DEVICE_SECURE: in onActivityResult()
384 startActivityForResult(serverIntent, REQUEST_CONNECT_DEVICE_SECURE); in onOptionsItemSelected()
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DBluetoothChat.java63 private static final int REQUEST_CONNECT_DEVICE_SECURE = 1; field in BluetoothChat
293 case REQUEST_CONNECT_DEVICE_SECURE: in onActivityResult()
343 startActivityForResult(serverIntent, REQUEST_CONNECT_DEVICE_SECURE); in onOptionsItemSelected()