Home | History | Annotate | Download | only in development

Lines Matching refs:mSettings

53     private DevelopmentSettingsDashboardFragment mSettings;
67 when(mSettings.getContext()).thenReturn(context);
78 new DevelopmentSwitchBarController(mSettings, mSwitchBar,
84 assertThat(listeners).doesNotContain(mSettings);
87 assertThat(listeners).doesNotContain(mSettings);
93 new DevelopmentSwitchBarController(mSettings, mSwitchBar,
99 assertThat(listeners).contains(mSettings);
102 assertThat(listeners).doesNotContain(mSettings);
107 when(mSettings.getContext()).thenReturn(RuntimeEnvironment.application);
109 new DevelopmentSwitchBarController(mSettings, mSwitchBar,
115 assertThat(listeners).contains(mSettings);
118 assertThat(listeners).doesNotContain(mSettings);
124 new DevelopmentSwitchBarController(mSettings, mSwitchBar,