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