Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java145 static final int MSG_LLCP_LINK_ACTIVATION = 1; field in NfcService
375 sendMessage(NfcService.MSG_LLCP_LINK_ACTIVATION, device); in onLlcpLinkActivated()
2387 case MSG_LLCP_LINK_ACTIVATION: in handleMessage()