Searched refs:mServer (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DViewServer.java66 private ServerSocket mServer; field in class:ViewServer
116 mServer = new ServerSocket(mPort, VIEW_SERVER_MAX_CONNECTIONS, InetAddress.getLocalHost());
148 mServer.close();
149 mServer = null;
178 Socket client = mServer.accept();
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java66 protected MockWebServer mServer = null; field in class:DownloadManagerBaseTest
240 mServer = new MockWebServer();
242 // Note: callers overriding this should call mServer.play() with the desired port #
288 mServer.enqueue(response);
446 URL url = mServer.getUrl("/" + filename);
496 mServer.checkForExceptions();
H A DDownloadManagerStressTest.java39 mServer.play(0);
H A DDownloadManagerIntegrationTest.java72 mServer.play();

Completed in 52 milliseconds