Home
last modified time | relevance | path

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

/packages/modules/Nfc/NfcNci/nci/src/com/android/nfc/dhimpl/
DNativeNfcTag.java394 public synchronized byte[] readNdef() { in readNdef() method in NativeNfcTag
899 byte[] buff = readNdef(); in findAndReadNdef()
999 byte[] buff = readNdef(); in getNdef()
/packages/modules/Nfc/NfcNci/src/com/android/nfc/
DDeviceHost.java101 byte[] readNdef(); in readNdef() method
DNfcService.java3899 byte[] buf = tag.readNdef(); in ndefRead()
/packages/modules/Nfc/NfcNci/tests/unit/src/com/android/nfc/
DNfcServiceTest.java1873 when(tagEndpoint.readNdef()).thenReturn(ndefMessage.toByteArray()); in testNdefRead()