Searched defs:complications (Results 1 – 7 of 7) sorted by relevance
80 final HashSet<Complication> complications = new HashSet<>(); in testLifecycle() local86 addComplication(mock(Complication.class), complications); in testLifecycle() local89 addComplication(mock(Complication.class), complications); in testLifecycle() local112 Collection<Complication> complications) { in addComplication()
140 final HashSet<ComplicationViewModel> complications = new HashSet<>( in testViewModelObservation() local159 final HashSet<ComplicationViewModel> complications = new HashSet<>( in testMalformedComplicationAddition() local174 final HashSet<ComplicationViewModel> complications = new HashSet<>( in testNewComplicationsBeforeEntryAnimationsFinishSetToInvisible() local191 final HashSet<ComplicationViewModel> complications = new HashSet<>( in testNewComplicationsAfterEntryAnimationsFinishNotSetToInvisible() local208 final HashSet<ComplicationViewModel> complications = new HashSet<>( in testAnimationsDisabled_ComplicationsNeverSetToInvisible() local
107 final Collection<Complication> complications = stateController.getComplications(); in testCallback() local169 final Collection<Complication> complications = stateController.getComplications(); in testComplicationFilteringWhenShouldShowComplications() local179 final Collection<Complication> complications = stateController.getComplications(); in testComplicationFilteringWhenShouldShowComplications() local214 final Collection<Complication> complications = stateController.getComplications(); in testComplicationFilteringWhenShouldHideComplications() local225 final Collection<Complication> complications = stateController.getComplications(); in testComplicationFilteringWhenShouldHideComplications() local368 final Collection<Complication> complications = stateController.getComplications(); in testShouldShowComplicationsSetToFalse_stillShowsHomeControls_featureEnabled() local378 final Collection<Complication> complications = stateController.getComplications(); in testShouldShowComplicationsSetToFalse_stillShowsHomeControls_featureEnabled() local
43 ComplicationCollectionLiveData complications, in ComplicationCollectionViewModel()49 private Collection<ComplicationViewModel> convert(Collection<Complication> complications) { in convert()
109 private void updateComplications(Collection<ComplicationViewModel> complications) { in updateComplications()
518 val complications = if (enabled) listOf(mock<MediaDreamComplication>()) else emptyList() regex
374 public void setSupportedComplications(Set<Integer> complications) { in setSupportedComplications()