Searched refs:REQUEST_SENSOR_AVAILABILITY (Results 1 – 2 of 2) sorted by relevance
205 final String REQUEST_SENSOR_AVAILABILITY = "SENSOR? "; in processClientRequest() local211 if (request.startsWith(REQUEST_SENSOR_AVAILABILITY)) { in processClientRequest()212 final String sensor = request.substring(REQUEST_SENSOR_AVAILABILITY.length()); in processClientRequest()
137 REQUEST_SENSOR_AVAILABILITY = "SENSOR? %s" variable in PowerTest625 PowerTest.REQUEST_SENSOR_AVAILABILITY % sensor)