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.java228 toast(getToastString(R.string.disconnecting_peripheral)); in nextStepDisconnect()
249 toast(getToastString(R.string.disconnecting_peripheral)); in nextStepDisconnect()
258 toast(getToastString(R.string.disconnected_peripheral)); in nextStepDisconnect()
269 toast(getToastString(R.string.disconnected_peripheral)); in nextStepDisconnect()
279 private String getToastString(int resid) { in getToastString() method in BluetoothPeripheralHandover
334 toast(getToastString(R.string.connecting_peripheral)); in nextStepConnect()
354 toast(getToastString(R.string.connecting_peripheral)); in nextStepConnect()
365 toast(getToastString(R.string.connected_peripheral)); in nextStepConnect()
369 toast (getToastString(R.string.connect_peripheral_failed)); in nextStepConnect()
379 toast(getToastString(R.string.connected_peripheral)); in nextStepConnect()
[all …]