Searched refs:mDreamInfo (Results 1 – 1 of 1) sorted by relevance
54 private DreamInfo mDreamInfo; field in CurrentDreamPreferenceControllerTest73 when(mBackend.getDreamInfos()).thenReturn(Collections.singletonList(mDreamInfo)); in isEnabledIfDreamsAvailable()80 mDreamInfo.settingsComponentName = mock(ComponentName.class); in gearShowsIfActiveDreamInfoHasOptions()81 mDreamInfo.isActive = true; in gearShowsIfActiveDreamInfoHasOptions()83 when(mBackend.getDreamInfos()).thenReturn(Collections.singletonList(mDreamInfo)); in gearShowsIfActiveDreamInfoHasOptions()97 mDreamInfo.settingsComponentName = null; in gearHidesIfActiveDreamInfoHasNoOptions()98 mDreamInfo.isActive = true; in gearHidesIfActiveDreamInfoHasNoOptions()100 when(mBackend.getDreamInfos()).thenReturn(Collections.singletonList(mDreamInfo)); in gearHidesIfActiveDreamInfoHasNoOptions()