Searched refs:idsToLoad (Results 1 – 1 of 1) sorted by relevance
117 List<String> idsToLoad = new ArrayList<>(); in testPublisherForSingleControl() local118 idsToLoad.add("mower"); in testPublisherForSingleControl()120 Publisher<Control> publisher = mControlsService.createPublisherFor(idsToLoad); in testPublisherForSingleControl()132 List<String> idsToLoad = new ArrayList<>(); in testPublisherForMultipleControls() local133 idsToLoad.add("lock"); in testPublisherForMultipleControls()134 idsToLoad.add("light"); in testPublisherForMultipleControls()136 Publisher<Control> publisher = mControlsService.createPublisherFor(idsToLoad); in testPublisherForMultipleControls()149 List<String> idsToLoad = new ArrayList<>(); in testBooleanAction() local150 idsToLoad.add("switch"); in testBooleanAction()152 Publisher<Control> publisher = mControlsService.createPublisherFor(idsToLoad); in testBooleanAction()[all …]