Home
last modified time | relevance | path

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

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