Searched refs:activeDream (Results 1 – 2 of 2) sorted by relevance
187 final DreamBackend.DreamInfo activeDream = new DreamBackend.DreamInfo(); in complicationsToggle_showWhenDreamSupportsComplications() local188 activeDream.supportsComplications = true; in complicationsToggle_showWhenDreamSupportsComplications()189 when(mDreamPickerController.getActiveDreamInfo()).thenReturn(activeDream); in complicationsToggle_showWhenDreamSupportsComplications()206 final DreamBackend.DreamInfo activeDream = new DreamBackend.DreamInfo(); in complicationsToggle_hideWhenDreamDoesNotSupportComplications() local207 activeDream.supportsComplications = false; in complicationsToggle_hideWhenDreamDoesNotSupportComplications()208 when(mDreamPickerController.getActiveDreamInfo()).thenReturn(activeDream); in complicationsToggle_hideWhenDreamDoesNotSupportComplications()225 final DreamBackend.DreamInfo activeDream = new DreamBackend.DreamInfo(); in complicationsToggle_showWhenSwitchToDreamSupportsComplications() local226 activeDream.supportsComplications = false; in complicationsToggle_showWhenSwitchToDreamSupportsComplications()227 when(mDreamPickerController.getActiveDreamInfo()).thenReturn(activeDream); in complicationsToggle_showWhenSwitchToDreamSupportsComplications()237 activeDream.supportsComplications = true; in complicationsToggle_showWhenSwitchToDreamSupportsComplications()[all …]
257 final DreamBackend.DreamInfo activeDream = mDreamPickerController.getActiveDreamInfo(); in updateComplicationsToggleVisibility() local264 activeDream != null && activeDream.supportsComplications); in updateComplicationsToggleVisibility()269 && (activeDream == null in updateComplicationsToggleVisibility()270 || (activeDream.dreamCategory in updateComplicationsToggleVisibility()