Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/ndefpush/
DNdefPushServer.java63 private class ConnectionThread extends Thread { class in NdefPushServer
66 ConnectionThread(LlcpSocket sock) { in ConnectionThread() method in NdefPushServer.ConnectionThread
157 new ConnectionThread(communicationSocket).start(); in run()
/packages/apps/Nfc/src/com/android/nfc/handover/
DHandoverServer.java121 new ConnectionThread(communicationSocket).start(); in run()
168 private class ConnectionThread extends Thread { class in HandoverServer
171 ConnectionThread(LlcpSocket socket) { in ConnectionThread() method in HandoverServer.ConnectionThread
/packages/apps/Nfc/src/com/android/nfc/snep/
DSnepServer.java97 private class ConnectionThread extends Thread { class in SnepServer
101 ConnectionThread(LlcpSocket socket, int fragmentLength) { in ConnectionThread() method in SnepServer.ConnectionThread
220 new ConnectionThread(communicationSocket, fragmentLength).start(); in run()
/packages/apps/Nfc/src/com/android/nfc/sneptest/
DExtDtaSnepServer.java74 private class ConnectionThread extends Thread { class in ExtDtaSnepServer
78 ConnectionThread(LlcpSocket socket, int fragmentLength) { in ConnectionThread() method in ExtDtaSnepServer.ConnectionThread
193 new ConnectionThread(communicationSocket, fragmentLength).start(); in run()