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.java108 static final int MSG_LLCP_LINK_DEACTIVATED = 2; field in NfcService
277 sendMessage(NfcService.MSG_LLCP_LINK_DEACTIVATED, device); in onLlcpLinkDeactivated()
1769 case MSG_LLCP_LINK_DEACTIVATED: in handleMessage()