Searched refs:setAvailableComplicationTypes (Results 1 – 5 of 5) sorted by relevance
85 verify(mDreamOverlayStateController, never()).setAvailableComplicationTypes(anyInt()); in testPushUpdateToDreamOverlayStateControllerImmediatelyOnStart()91 verify(mDreamOverlayStateController).setAvailableComplicationTypes(anyInt()); in testPushUpdateToDreamOverlayStateControllerImmediatelyOnStart()109 verify(mDreamOverlayStateController).setAvailableComplicationTypes( in testPushUpdateToDreamOverlayStateControllerOnChange()
94 mStateController.setAvailableComplicationTypes(0); in testLifecycle()
177 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()
67 mExecutor.execute(() -> mDreamOverlayStateController.setAvailableComplicationTypes( in onStart()
409 public void setAvailableComplicationTypes(@Complication.ComplicationType int types) { in setAvailableComplicationTypes() method