Searched refs:getComplications (Results 1 – 6 of 6) sorted by relevance
110 final Collection<Complication> complications = stateController.getComplications(); in testCallback()120 assertTrue(stateController.getComplications().isEmpty()); in testCallback()172 final Collection<Complication> complications = stateController.getComplications(); in testComplicationFilteringWhenShouldShowComplications()182 final Collection<Complication> complications = stateController.getComplications(); in testComplicationFilteringWhenShouldShowComplications()217 final Collection<Complication> complications = stateController.getComplications(); in testComplicationFilteringWhenShouldHideComplications()228 final Collection<Complication> complications = stateController.getComplications(); in testComplicationFilteringWhenShouldHideComplications()240 assertThat(stateController.getComplications(true).contains(complication)) in testComplicationWithNoTypeNotFiltered()252 assertThat(stateController.getComplications().contains(complication)) in testComplicationsNotShownForHomeControlPanelDream()258 assertThat(stateController.getComplications()).isEmpty(); in testComplicationsNotShownForHomeControlPanelDream()269 assertThat(stateController.getComplications().contains(complication)) in testComplicationsNotShownForLowLight()[all …]
42 setValue(mDreamOverlayStateController.getComplications());47 setValue(mDreamOverlayStateController.getComplications());62 setValue(mDreamOverlayStateController.getComplications()); in onActive()
60 public LiveData<Collection<ComplicationViewModel>> getComplications() { in getComplications() method in ComplicationCollectionViewModel
86 mComplicationCollectionViewModel.getComplications().observe(mLifecycleOwner, in onInit()
181 public Collection<Complication> getComplications() { in getComplications() method in DreamOverlayStateController182 return getComplications(true); in getComplications()188 public Collection<Complication> getComplications(boolean filterByAvailability) { in getComplications() method in DreamOverlayStateController
107 when(mViewModel.getComplications()).thenReturn(mComplicationViewModelLiveData); in setup()