Home
last modified time | relevance | path

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

/cts/tests/controls/src/android/controls/cts/
DCtsControlsServiceTest.java89 mControlsService.buildSwitch(false)).build()); in testLoadAllAvailable()
162 expectedControls.add(mControlsService.buildSwitch(false)); in testBooleanAction()
163 expectedControls.add(mControlsService.buildSwitch(true)); in testBooleanAction()
DCtsControlsService.java78 mAllControls.add(buildSwitch(false /* isOn */)); in CtsControlsService()
102 public Control buildSwitch(boolean isOn) { in buildSwitch() method in CtsControlsService