Home
last modified time | relevance | path

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

/aosp12/packages/apps/Nfc/src/com/android/nfc/handover/
H A DBluetoothPeripheralHandover.java304 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()
423 toast(getToastString(R.string.connected_peripheral)); in nextStepConnect()
437 toast(getToastString(R.string.connected_peripheral)); in nextStepConnect()
453 toast(getToastString(R.string.pairing_peripheral)); in startBonding()
458 toast(getToastString(R.string.pairing_peripheral_failed)); in startBonding()
462 toast(getToastString(R.string.pairing_peripheral_failed)); in startBonding()
490 toast(getToastString(R.string.pairing_peripheral_failed)); in handleIntent()
[all …]