Searched refs:EchoServer (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/echoserver/
H A DEchoServer.java35 * EchoServer is an implementation of the echo server that is used in the
36 * nfcpy LLCP test suite. Enabling the EchoServer allows to test Android
59 public class EchoServer { class
68 static final String TAG = "EchoServer";
80 public EchoServer() { method in class:EchoServer
/packages/apps/Nfc/src/com/android/nfc/
H A DP2pLinkManager.java21 import com.android.nfc.echoserver.EchoServer;
147 /** Enables the LLCP EchoServer, which can be used to test the android
203 final EchoServer mEchoServer;
241 mEchoServer = new EchoServer();

Completed in 156 milliseconds