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.java148 static final int MSG_LLCP_LINK_FIRST_PACKET = 4; field in NfcService
394 sendMessage(NfcService.MSG_LLCP_LINK_FIRST_PACKET, device); in onLlcpFirstPacketReceived()
2424 case MSG_LLCP_LINK_FIRST_PACKET: in handleMessage()