Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/handover/
DBluetoothPeripheralHandover.java225 toast(getToastString(R.string.disconnecting_peripheral)); in nextStepDisconnect()
246 toast(getToastString(R.string.disconnecting_peripheral)); in nextStepDisconnect()
255 toast(getToastString(R.string.disconnected_peripheral)); in nextStepDisconnect()
266 toast(getToastString(R.string.disconnected_peripheral)); in nextStepDisconnect()
276 private String getToastString(int resid) { in getToastString() method in BluetoothPeripheralHandover
331 toast(getToastString(R.string.connecting_peripheral)); in nextStepConnect()
351 toast(getToastString(R.string.connecting_peripheral)); in nextStepConnect()
362 toast(getToastString(R.string.connected_peripheral)); in nextStepConnect()
366 toast (getToastString(R.string.connect_peripheral_failed)); in nextStepConnect()
376 toast(getToastString(R.string.connected_peripheral)); in nextStepConnect()
[all …]