Searched refs:REQUEST_RAISE (Results 1 – 2 of 2) sorted by relevance
200 final String REQUEST_RAISE = "RAISE "; in processClientRequest() local247 } else if (request.startsWith(REQUEST_RAISE)) { in processClientRequest()248 String command = request.substring(REQUEST_RAISE.length()); in processClientRequest()
133 REQUEST_RAISE = "RAISE %s %s" variable in PowerTest265 self.executeOnDevice(PowerTest.REQUEST_RAISE % (self._current_test, msg),