Home
last modified time | relevance | path

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

/packages/modules/Nfc/NfcNci/src/com/android/nfc/
DDeviceHost.java31 public void onRemoteEndpointDiscovered(TagEndpoint tag); in onRemoteEndpointDiscovered() method
DNfcService.java588 public void onRemoteEndpointDiscovered(TagEndpoint tag) { in onRemoteEndpointDiscovered() method in NfcService
/packages/modules/Nfc/NfcNci/nci/src/com/android/nfc/dhimpl/
DNativeNfcManager.java496 mListener.onRemoteEndpointDiscovered(tag); in notifyNdefMessageListeners()
/packages/modules/Nfc/NfcNci/tests/unit/src/com/android/nfc/
DNfcServiceTest.java1303 mNfcService.onRemoteEndpointDiscovered(tagEndpoint); in testOnRemoteEndpointDiscovered()