Home
last modified time | relevance | path

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

/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
DBluetoothChatFragment.java56 private static final int REQUEST_CONNECT_DEVICE_INSECURE = 2; field in BluetoothChatFragment
336 case REQUEST_CONNECT_DEVICE_INSECURE: in onActivityResult()
390 startActivityForResult(serverIntent, REQUEST_CONNECT_DEVICE_INSECURE); in onOptionsItemSelected()
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DBluetoothChat.java64 private static final int REQUEST_CONNECT_DEVICE_INSECURE = 2; field in BluetoothChat
299 case REQUEST_CONNECT_DEVICE_INSECURE: in onActivityResult()
348 startActivityForResult(serverIntent, REQUEST_CONNECT_DEVICE_INSECURE); in onOptionsItemSelected()