Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java146 static final int MSG_LLCP_LINK_DEACTIVATED = 2; field in NfcService
384 sendMessage(NfcService.MSG_LLCP_LINK_DEACTIVATED, device); in onLlcpLinkDeactivated()
2397 case MSG_LLCP_LINK_DEACTIVATED: in handleMessage()