Searched refs:mAllInOneTetherSettings (Results 1 – 1 of 1) sorted by relevance
72 private AllInOneTetherSettings mAllInOneTetherSettings; field in AllInOneTetherSettingsTest99 mAllInOneTetherSettings = spy(new AllInOneTetherSettings()); in setUp()100 doReturn(mPreferenceScreen).when(mAllInOneTetherSettings).getPreferenceScreen(); in setUp()101 ReflectionHelpers.setField(mAllInOneTetherSettings, "mLifecycle", mock(Lifecycle.class)); in setUp()102 ReflectionHelpers.setField(mAllInOneTetherSettings, "mSecurityPreferenceController", in setUp()104 ReflectionHelpers.setField(mAllInOneTetherSettings, "mWifiTetherGroup", mWifiTetherGroup); in setUp()176 assertThat(mAllInOneTetherSettings.createPreferenceControllers(mContext) in createPreferenceControllers_hasAutoOffPreference()187 assertThat(mAllInOneTetherSettings.getInitialExpandedChildCount()).isEqualTo( in getInitialChildCount_withSecurity()195 assertThat(mAllInOneTetherSettings.getInitialExpandedChildCount()).isEqualTo( in getInitialChildCount_withoutSecurity()201 assertThat(mAllInOneTetherSettings.getInitialExpandedChildCount()) in getInitialExpandedChildCount_expandAllChild()[all …]