Home
last modified time | relevance | path

Searched refs:setAvailableComplicationTypes (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/complication/
DComplicationTypesUpdaterTest.java85 verify(mDreamOverlayStateController, never()).setAvailableComplicationTypes(anyInt()); in testPushUpdateToDreamOverlayStateControllerImmediatelyOnStart()
91 verify(mDreamOverlayStateController).setAvailableComplicationTypes(anyInt()); in testPushUpdateToDreamOverlayStateControllerImmediatelyOnStart()
109 verify(mDreamOverlayStateController).setAvailableComplicationTypes( in testPushUpdateToDreamOverlayStateControllerOnChange()
DComplicationCollectionLiveDataTest.java94 mStateController.setAvailableComplicationTypes(0); in testLifecycle()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/
DDreamOverlayStateControllerTest.java177 stateController.setAvailableComplicationTypes(Complication.COMPLICATION_TYPE_WEATHER); in testComplicationFilteringWhenShouldShowComplications()
207 stateController.setAvailableComplicationTypes(Complication.COMPLICATION_TYPE_WEATHER); in testComplicationFilteringWhenShouldHideComplications()
377 stateController.setAvailableComplicationTypes( in testShouldShowComplicationsSetToFalse_stillShowsHomeControls_featureEnabled()
425 stateController.setAvailableComplicationTypes(Complication.COMPLICATION_TYPE_HOME_CONTROLS in testHomeControlsDoNotShowIfNotAvailable_featureEnabled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
DComplicationTypesUpdater.java67 mExecutor.execute(() -> mDreamOverlayStateController.setAvailableComplicationTypes( in onStart()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
DDreamOverlayStateController.java409 public void setAvailableComplicationTypes(@Complication.ComplicationType int types) { in setAvailableComplicationTypes() method