Home
last modified time | relevance | path

Searched refs:RESPONSE_OK (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
DPowerTestHostLink.java71 private final static String RESPONSE_OK = "OK"; field in PowerTestHostLink
217 response = RESPONSE_OK; in processClientRequest()
225 response = RESPONSE_OK; in processClientRequest()
239 response = RESPONSE_OK; in processClientRequest()
243 response = RESPONSE_OK; in processClientRequest()
254 response = RESPONSE_OK; in processClientRequest()
261 response = RESPONSE_OK; in processClientRequest()
283 response = RESPONSE_OK; in handleSetTestResultCmd()
288 response = RESPONSE_OK; in handleSetTestResultCmd()
293 response = RESPONSE_OK; in handleSetTestResultCmd()
[all …]
/cts/tests/controls/src/android/controls/cts/
DCtsControlsServiceTest.java159 assertConsumer(ControlAction.RESPONSE_OK)); in testBooleanAction()
178 assertConsumer(ControlAction.RESPONSE_OK)); in testFloatAction()
183 assertConsumer(ControlAction.RESPONSE_OK)); in testFloatAction()
205 assertConsumer(ControlAction.RESPONSE_OK)); in testCommandAction()
227 assertConsumer(ControlAction.RESPONSE_OK)); in testBooleanActionWithPinChallenge()
249 assertConsumer(ControlAction.RESPONSE_OK)); in testBooleanActionWithPassphraseChallenge()
271 assertConsumer(ControlAction.RESPONSE_OK)); in testBooleanActionWithAckChallenge()
292 assertConsumer(ControlAction.RESPONSE_OK)); in testModeAction()
DCtsControlsService.java341 consumer.accept(ControlAction.RESPONSE_OK); in performControlAction()