Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java155 static final int MSG_LLCP_LINK_FIRST_PACKET = 4; field in NfcService
418 sendMessage(NfcService.MSG_LLCP_LINK_FIRST_PACKET, device); in onLlcpFirstPacketReceived()
2661 case MSG_LLCP_LINK_FIRST_PACKET: in handleMessage()