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()
294 toast(getToastString(R.string.disconnecting_peripheral)); in nextStepDisconnect()
303 toast(getToastString(R.string.disconnected_peripheral)); in nextStepDisconnect()
314 toast(getToastString(R.string.disconnected_peripheral)); in nextStepDisconnect()
324 private String getToastString(int resid) { in getToastString() method in BluetoothPeripheralHandover
378 toast(getToastString(R.string.connecting_peripheral)); in nextStepConnect()
409 toast(getToastString(R.string.connecting_peripheral)); in nextStepConnect()
424 toast(getToastString(R.string.connected_peripheral)); in nextStepConnect()
428 toast (getToastString(R.string.connect_peripheral_failed)); in nextStepConnect()
438 toast(getToastString(R.string.connected_peripheral)); in nextStepConnect()
[all …]