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.java274 toast(getToastString(R.string.disconnecting_peripheral)); in nextStepDisconnect()
295 toast(getToastString(R.string.disconnecting_peripheral)); in nextStepDisconnect()
304 toast(getToastString(R.string.disconnected_peripheral)); in nextStepDisconnect()
315 toast(getToastString(R.string.disconnected_peripheral)); in nextStepDisconnect()
325 private String getToastString(int resid) { in getToastString() method in BluetoothPeripheralHandover
379 toast(getToastString(R.string.connecting_peripheral)); in nextStepConnect()
408 toast(getToastString(R.string.connecting_peripheral)); in nextStepConnect()
423 toast(getToastString(R.string.connected_peripheral)); in nextStepConnect()
427 toast (getToastString(R.string.connect_peripheral_failed)); in nextStepConnect()
437 toast(getToastString(R.string.connected_peripheral)); in nextStepConnect()
[all …]