Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/complication/
H A DComplicationCollectionLiveDataTest.java80 final HashSet<Complication> complications = new HashSet<>(); in testLifecycle() local
86 addComplication(mock(Complication.class), complications); in testLifecycle() local
89 addComplication(mock(Complication.class), complications); in testLifecycle() local
112 Collection<Complication> complications) { in addComplication()
H A 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
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/
H A DDreamOverlayStateControllerTest.java107 final Collection<Complication> complications = stateController.getComplications(); in testCallback() local
169 final Collection<Complication> complications = stateController.getComplications(); in testComplicationFilteringWhenShouldShowComplications() local
179 final Collection<Complication> complications = stateController.getComplications(); in testComplicationFilteringWhenShouldShowComplications() local
214 final Collection<Complication> complications = stateController.getComplications(); in testComplicationFilteringWhenShouldHideComplications() local
225 final Collection<Complication> complications = stateController.getComplications(); in testComplicationFilteringWhenShouldHideComplications() local
368 final Collection<Complication> complications = stateController.getComplications(); in testShouldShowComplicationsSetToFalse_stillShowsHomeControls_featureEnabled() local
378 final Collection<Complication> complications = stateController.getComplications(); in testShouldShowComplicationsSetToFalse_stillShowsHomeControls_featureEnabled() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
H A DComplicationCollectionViewModel.java43 ComplicationCollectionLiveData complications, in ComplicationCollectionViewModel()
49 private Collection<ComplicationViewModel> convert(Collection<Complication> complications) { in convert()
H A DComplicationHostViewController.java109 private void updateComplications(Collection<ComplicationViewModel> complications) { in updateComplications()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/
H A DMediaHierarchyManagerTest.kt518 val complications = if (enabled) listOf(mock<MediaDreamComplication>()) else emptyList() regex
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/dream/
H A DDreamBackend.java374 public void setSupportedComplications(Set<Integer> complications) { in setSupportedComplications()