Searched refs:REQUEST_SET_TEST_RESULT (Results 1 – 2 of 2) sorted by relevance
202 final String REQUEST_SET_TEST_RESULT = "SET TEST RESULT "; in processClientRequest() local244 } else if (request.startsWith(REQUEST_SET_TEST_RESULT)) { in processClientRequest()245 String testResult = request.substring(REQUEST_SET_TEST_RESULT.length()); in processClientRequest()
135 REQUEST_SET_TEST_RESULT = "SET TEST RESULT %s %s %s" variable in PowerTest588 PowerTest.REQUEST_SET_TEST_RESULT %