Searched refs:mAllInOneTetherSettings (Results 1 – 1 of 1) sorted by relevance
73 private AllInOneTetherSettings mAllInOneTetherSettings; field in AllInOneTetherSettingsTest104 mAllInOneTetherSettings = spy(new AllInOneTetherSettings()); in setUp()105 doReturn(mPreferenceScreen).when(mAllInOneTetherSettings).getPreferenceScreen(); in setUp()107 ReflectionHelpers.setField(mAllInOneTetherSettings, "mSecurityPreferenceController", in setUp()181 assertThat(mAllInOneTetherSettings.createPreferenceControllers(mContext) in createPreferenceControllers_hasAutoOffPreference()192 assertThat(mAllInOneTetherSettings.getInitialExpandedChildCount()).isEqualTo( in getInitialChildCount_withSecurity()200 assertThat(mAllInOneTetherSettings.getInitialExpandedChildCount()).isEqualTo( in getInitialChildCount_withoutSecurity()206 assertThat(mAllInOneTetherSettings.getInitialExpandedChildCount()) in getInitialExpandedChildCount_expandAllChild()209 assertThat(mAllInOneTetherSettings.getInitialExpandedChildCount()) in getInitialExpandedChildCount_expandAllChild()211 ReflectionHelpers.setField(mAllInOneTetherSettings, "mShouldShowWifiConfig", true); in getInitialExpandedChildCount_expandAllChild()[all …]