Home
last modified time | relevance | path

Searched refs:TOAST (Results 1 – 5 of 5) sorted by relevance

/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
DConstants.java33 public static final String TOAST = "toast"; field
DBluetoothChatService.java266 bundle.putString(Constants.TOAST, "Unable to connect device"); in connectionFailed()
285 bundle.putString(Constants.TOAST, "Device connection was lost"); in connectionLost()
DBluetoothChatFragment.java320 Toast.makeText(activity, msg.getData().getString(Constants.TOAST),
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DBluetoothChatService.java237 bundle.putString(BluetoothChat.TOAST, "Unable to connect device"); in connectionFailed()
252 bundle.putString(BluetoothChat.TOAST, "Device connection was lost"); in connectionLost()
DBluetoothChat.java60 public static final String TOAST = "toast"; field in BluetoothChat
283 Toast.makeText(getApplicationContext(), msg.getData().getString(TOAST),