Home
last modified time | relevance | path

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

/cts/tests/controls/src/android/controls/cts/
DCtsControlsServiceTest.java120 Publisher<Control> publisher = mControlsService.createPublisherFor(idsToLoad); in testPublisherForSingleControl()
136 Publisher<Control> publisher = mControlsService.createPublisherFor(idsToLoad); in testPublisherForMultipleControls()
152 Publisher<Control> publisher = mControlsService.createPublisherFor(idsToLoad); in testBooleanAction()
173 Publisher<Control> publisher = mControlsService.createPublisherFor(idsToLoad); in testFloatAction()
198 Publisher<Control> publisher = mControlsService.createPublisherFor(idsToLoad); in testCommandAction()
219 Publisher<Control> publisher = mControlsService.createPublisherFor(idsToLoad); in testBooleanActionWithPinChallenge()
241 Publisher<Control> publisher = mControlsService.createPublisherFor(idsToLoad); in testBooleanActionWithPassphraseChallenge()
263 Publisher<Control> publisher = mControlsService.createPublisherFor(idsToLoad); in testBooleanActionWithAckChallenge()
285 Publisher<Control> publisher = mControlsService.createPublisherFor(idsToLoad); in testModeAction()
DCtsControlsService.java224 public Publisher<Control> createPublisherFor(List<String> controlIds) { in createPublisherFor() method in CtsControlsService