Home
last modified time | relevance | path

Searched defs:publisher (Results 1 – 1 of 1) sorted by relevance

/cts/tests/controls/src/android/controls/cts/
DCtsControlsServiceTest.java73 Publisher<Control> publisher = mControlsService.createPublisherForAllAvailable(); in testLoadAllAvailable() local
100 Publisher<Control> publisher = mControlsService.createPublisherForSuggested(); in testLoadSuggested() local
120 Publisher<Control> publisher = mControlsService.createPublisherFor(idsToLoad); in testPublisherForSingleControl() local
136 Publisher<Control> publisher = mControlsService.createPublisherFor(idsToLoad); in testPublisherForMultipleControls() local
152 Publisher<Control> publisher = mControlsService.createPublisherFor(idsToLoad); in testBooleanAction() local
173 Publisher<Control> publisher = mControlsService.createPublisherFor(idsToLoad); in testFloatAction() local
198 Publisher<Control> publisher = mControlsService.createPublisherFor(idsToLoad); in testCommandAction() local
219 Publisher<Control> publisher = mControlsService.createPublisherFor(idsToLoad); in testBooleanActionWithPinChallenge() local
241 Publisher<Control> publisher = mControlsService.createPublisherFor(idsToLoad); in testBooleanActionWithPassphraseChallenge() local
263 Publisher<Control> publisher = mControlsService.createPublisherFor(idsToLoad); in testBooleanActionWithAckChallenge() local
[all …]