Searched refs:publisher (Results 1 – 1 of 1) sorted by relevance
/cts/tests/controls/src/android/controls/cts/ |
D | CtsControlsServiceTest.java | 73 Publisher<Control> publisher = mControlsService.createPublisherForAllAvailable(); in testLoadAllAvailable() local 75 subscribe(publisher, 10, loadedControls); in testLoadAllAvailable() 100 Publisher<Control> publisher = mControlsService.createPublisherForSuggested(); in testLoadSuggested() local 102 subscribe(publisher, 3, loadedControls); in testLoadSuggested() 120 Publisher<Control> publisher = mControlsService.createPublisherFor(idsToLoad); in testPublisherForSingleControl() local 122 subscribe(publisher, 10, loadedControls); in testPublisherForSingleControl() 136 Publisher<Control> publisher = mControlsService.createPublisherFor(idsToLoad); in testPublisherForMultipleControls() local 138 subscribe(publisher, 10, loadedControls); in testPublisherForMultipleControls() 152 Publisher<Control> publisher = mControlsService.createPublisherFor(idsToLoad); in testBooleanAction() local 154 subscribe(publisher, 10, loadedControls); in testBooleanAction() [all …]
|