HomeSort by relevance Sort by last modified time
    Searched refs:EchoServer (Results 1 - 6 of 6) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/echoserver/
EchoServer.java 17 package com.android.nfc.echoserver;
35 * 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 {
68 static final String TAG = "EchoServer";
80 public EchoServer() {
  /packages/apps/Nfc/src/com/android/nfc/
P2pLinkManager.java 27 import com.android.nfc.echoserver.EchoServer;
158 /** Enables the LLCP EchoServer, which can be used to test the android
213 final EchoServer mEchoServer;
252 mEchoServer = new EchoServer();
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_ssl.py 601 class EchoServer(asyncore.dispatcher):
669 self.server = self.EchoServer(certfile)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_ssl.py 601 class EchoServer(asyncore.dispatcher):
669 self.server = self.EchoServer(certfile)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ssl.py 601 class EchoServer(asyncore.dispatcher):
669 self.server = self.EchoServer(certfile)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ssl.py 601 class EchoServer(asyncore.dispatcher):
669 self.server = self.EchoServer(certfile)
    [all...]

Completed in 164 milliseconds