Searched refs:getEnabledComplications (Results 1 – 4 of 4) sorted by relevance
93 assertThat(mBackend.getEnabledComplications()).containsExactlyElementsIn( in testComplicationsEnabledByDefault()101 assertThat(mBackend.getEnabledComplications()).containsExactlyElementsIn( in testEnableComplicationExplicitly()110 assertThat(mBackend.getEnabledComplications()) in testDisableComplications()123 assertThat(mBackend.getEnabledComplications()) in testHomeControlsDisabled_ComplicationsEnabled()132 assertThat(mBackend.getEnabledComplications()).isEmpty(); in testHomeControlsDisabled_ComplicationsDisabled()142 assertThat(mBackend.getEnabledComplications()) in testHomeControlsEnabled_ComplicationsDisabled()157 assertThat(mBackend.getEnabledComplications()) in testHomeControlsEnabled_ComplicationsEnabled()172 assertThat(mBackend.getEnabledComplications()) in testHomeControlsEnabled_lockscreenDisabled()
74 when(mDreamBackend.getEnabledComplications()).thenReturn(new HashSet<>()); in setUp()99 when(mDreamBackend.getEnabledComplications()).thenReturn(new HashSet<>(Arrays.asList( in testPushUpdateToDreamOverlayStateControllerOnChange()
92 return ComplicationUtils.convertComplicationTypes(mDreamBackend.getEnabledComplications()); in getAvailableComplicationTypes()
315 public Set<Integer> getEnabledComplications() { in getEnabledComplications() method in DreamBackend