Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DDeviceHost.java43 public void onLlcpLinkDeactivated(NfcDepEndpoint device); in onLlcpLinkDeactivated() method
DNfcService.java382 public void onLlcpLinkDeactivated(NfcDepEndpoint device) { in onLlcpLinkDeactivated() method in NfcService
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcManager.java413 mListener.onLlcpLinkDeactivated(device); in notifyLlcpLinkDeactivated()