Home
last modified time | relevance | path

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

/cts/tests/controls/src/android/controls/cts/
DCtsControlsServiceTest.java117 List<String> idsToLoad = new ArrayList<>(); in testPublisherForSingleControl() local
118 idsToLoad.add("mower"); in testPublisherForSingleControl()
120 Publisher<Control> publisher = mControlsService.createPublisherFor(idsToLoad); in testPublisherForSingleControl()
132 List<String> idsToLoad = new ArrayList<>(); in testPublisherForMultipleControls() local
133 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() local
150 idsToLoad.add("switch"); in testBooleanAction()
152 Publisher<Control> publisher = mControlsService.createPublisherFor(idsToLoad); in testBooleanAction()
[all …]