Searched refs:TOAST (Results 1 – 5 of 5) sorted by relevance
33 public static final String TOAST = "toast"; field
266 bundle.putString(Constants.TOAST, "Unable to connect device"); in connectionFailed()285 bundle.putString(Constants.TOAST, "Device connection was lost"); in connectionLost()
320 Toast.makeText(activity, msg.getData().getString(Constants.TOAST),
237 bundle.putString(BluetoothChat.TOAST, "Unable to connect device"); in connectionFailed()252 bundle.putString(BluetoothChat.TOAST, "Device connection was lost"); in connectionLost()
60 public static final String TOAST = "toast"; field in BluetoothChat283 Toast.makeText(getApplicationContext(), msg.getData().getString(TOAST),