Searched refs:buildSwitch (Results 1 – 2 of 2) sorted by relevance
89 mControlsService.buildSwitch(false)).build()); in testLoadAllAvailable()162 expectedControls.add(mControlsService.buildSwitch(false)); in testBooleanAction()163 expectedControls.add(mControlsService.buildSwitch(true)); in testBooleanAction()
78 mAllControls.add(buildSwitch(false /* isOn */)); in CtsControlsService()102 public Control buildSwitch(boolean isOn) { in buildSwitch() method in CtsControlsService