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

  /frameworks/base/tests/CoreTests/android/core/
TestWebServer.java 94 int acceptLimit = 100;
187 acceptLimit = limit;
259 if (acceptedConnections >= acceptLimit) {
294 therefore the acceptLimit functionality has been added
  /libcore/support/src/test/java/tests/support/
Support_TestWebServer.java 88 int acceptLimit = 100;
203 acceptLimit = limit;
272 if (acceptedConnections >= acceptLimit) {
291 therefore the acceptLimit functionality has been added

Completed in 1380 milliseconds