Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/
DDreamOverlayStateControllerTest.java103 final Collection<Complication> complications = stateController.getComplications(); in testCallback() local
165 final Collection<Complication> complications = stateController.getComplications(); in testComplicationFilteringWhenShouldShowComplications() local
175 final Collection<Complication> complications = stateController.getComplications(); in testComplicationFilteringWhenShouldShowComplications() local
210 final Collection<Complication> complications = stateController.getComplications(); in testComplicationFilteringWhenShouldHideComplications() local
221 final Collection<Complication> complications = stateController.getComplications(); in testComplicationFilteringWhenShouldHideComplications() local
339 final Collection<Complication> complications = stateController.getComplications(); in testShouldShowComplicationsSetToFalse_stillShowsSupportedTypes_featureEnabled() local
350 final Collection<Complication> complications = stateController.getComplications(); in testShouldShowComplicationsSetToFalse_stillShowsSupportedTypes_featureEnabled() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/complication/
DComplicationHostViewControllerTest.java140 final HashSet<ComplicationViewModel> complications = new HashSet<>( in testViewModelObservation() local
159 final HashSet<ComplicationViewModel> complications = new HashSet<>( in testMalformedComplicationAddition() local
174 final HashSet<ComplicationViewModel> complications = new HashSet<>( in testNewComplicationsBeforeEntryAnimationsFinishSetToInvisible() local
191 final HashSet<ComplicationViewModel> complications = new HashSet<>( in testNewComplicationsAfterEntryAnimationsFinishNotSetToInvisible() local
208 final HashSet<ComplicationViewModel> complications = new HashSet<>( in testAnimationsDisabled_ComplicationsNeverSetToInvisible() local
DComplicationCollectionLiveDataTest.java61 final HashSet<Complication> complications = new HashSet<>(); in testLifecycle() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/complication/
DComplicationCollectionViewModel.java43 ComplicationCollectionLiveData complications, in ComplicationCollectionViewModel()
49 private Collection<ComplicationViewModel> convert(Collection<Complication> complications) { in convert()
DComplicationHostViewController.java109 private void updateComplications(Collection<ComplicationViewModel> complications) { in updateComplications()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/
DMediaHierarchyManagerTest.kt503 val complications = if (enabled) listOf(mock<MediaDreamComplication>()) else emptyList() in setMediaDreamComplicationEnabled() constant
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/dream/
DDreamBackend.java336 public void setSupportedComplications(Set<Integer> complications) { in setSupportedComplications()