Home
last modified time | relevance | path

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

/packages/modules/Nfc/NfcNci/src/com/android/nfc/
DNfcDispatcher.java635 if (tryPeripheralHandover(message, tag)) { in dispatchTag()
1137 public boolean tryPeripheralHandover(NdefMessage m, Tag tag) { in tryPeripheralHandover() method in NfcDispatcher
/packages/modules/Nfc/NfcNci/tests/unit/src/com/android/nfc/
DNfcDispatcherTest.java223 mNfcDispatcher.tryPeripheralHandover(ndefMessage, tag); in testPeripheralHandoverBTParing()