Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/echoserver/
DEchoServer.java73 ConnectionlessServerThread mConnectionlessServerThread; field in EchoServer
358 if (mConnectionlessServerThread == null) { in onLlcpActivated()
359 mConnectionlessServerThread = new ConnectionlessServerThread(); in onLlcpActivated()
360 mConnectionlessServerThread.start(); in onLlcpActivated()
367 if (mConnectionlessServerThread != null) { in onLlcpDeactivated()
368 mConnectionlessServerThread.shutdown(); in onLlcpDeactivated()
369 mConnectionlessServerThread = null; in onLlcpDeactivated()