Home
last modified time | relevance | path

Searched refs:performControlAction (Results 1 – 2 of 2) sorted by relevance

/cts/tests/controls/src/android/controls/cts/
DCtsControlsServiceTest.java158 mControlsService.performControlAction("switch", action, in testBooleanAction()
177 mControlsService.performControlAction("light", new BooleanAction("action", true), in testFloatAction()
182 mControlsService.performControlAction("light", action, in testFloatAction()
204 mControlsService.performControlAction("routine", action, in testCommandAction()
223 mControlsService.performControlAction("lock", new BooleanAction("action", true), in testBooleanActionWithPinChallenge()
226 mControlsService.performControlAction("lock", new BooleanAction("action", true, "1234"), in testBooleanActionWithPinChallenge()
245 mControlsService.performControlAction("gate", new BooleanAction("action", true), in testBooleanActionWithPassphraseChallenge()
248 mControlsService.performControlAction("gate", new BooleanAction("action", true, "abc123"), in testBooleanActionWithPassphraseChallenge()
267 mControlsService.performControlAction("mower", new BooleanAction("action", true), in testBooleanActionWithAckChallenge()
270 mControlsService.performControlAction("mower", new BooleanAction("action", true, "true"), in testBooleanActionWithAckChallenge()
[all …]
DCtsControlsService.java238 public void performControlAction(String controlId, ControlAction action, in performControlAction() method in CtsControlsService