Searched defs:complications (Results 1 – 7 of 7) sorted by relevance
103 final Collection<Complication> complications = stateController.getComplications(); in testCallback() local165 final Collection<Complication> complications = stateController.getComplications(); in testComplicationFilteringWhenShouldShowComplications() local175 final Collection<Complication> complications = stateController.getComplications(); in testComplicationFilteringWhenShouldShowComplications() local210 final Collection<Complication> complications = stateController.getComplications(); in testComplicationFilteringWhenShouldHideComplications() local221 final Collection<Complication> complications = stateController.getComplications(); in testComplicationFilteringWhenShouldHideComplications() local339 final Collection<Complication> complications = stateController.getComplications(); in testShouldShowComplicationsSetToFalse_stillShowsSupportedTypes_featureEnabled() local350 final Collection<Complication> complications = stateController.getComplications(); in testShouldShowComplicationsSetToFalse_stillShowsSupportedTypes_featureEnabled() local
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
61 final HashSet<Complication> complications = new HashSet<>(); in testLifecycle() 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()
503 val complications = if (enabled) listOf(mock<MediaDreamComplication>()) else emptyList() in setMediaDreamComplicationEnabled() constant
336 public void setSupportedComplications(Set<Integer> complications) { in setSupportedComplications()