Home
last modified time | relevance | path

Searched refs:getSoftApConfig (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/wifi/
DWifiTetherApBandPreferenceControllerTest.java93 when(mCarWifiManager.getSoftApConfig()).thenReturn( in onStart_5GhzBandNotSupported_defaultTo2Ghz()
109 when(mCarWifiManager.getSoftApConfig()).thenReturn( in onStart_dualBandNotSupported_defaultTo2Ghz()
125 when(mCarWifiManager.getSoftApConfig()).thenReturn( in onStart_wifiConfigApBandSetTo5Ghz_valueIsSetTo5Ghz()
143 when(mCarWifiManager.getSoftApConfig()).thenReturn( in onStart_wifiConfigDualApBand_valueIsSetToDualBand()
159 when(mCarWifiManager.getSoftApConfig()).thenReturn( in onStart_wifiConfigApBandSetTo2Ghz_valueIsSetTo2Ghz()
172 when(mCarWifiManager.getSoftApConfig()).thenReturn( in onPreferenceChangedTo5Ghz_updatesApBandConfigTo5Ghz()
180 SoftApConfiguration actualConfig = getSoftApConfig(); in onPreferenceChangedTo5Ghz_updatesApBandConfigTo5Ghz()
188 when(mCarWifiManager.getSoftApConfig()).thenReturn( in onPreferenceChangedTo2Ghz_updatesApBandConfigTo2Ghz()
195 SoftApConfiguration actualConfig = getSoftApConfig(); in onPreferenceChangedTo2Ghz_updatesApBandConfigTo2Ghz()
205 when(mCarWifiManager.getSoftApConfig()).thenReturn( in onPreferenceChangedToDualBand_updatesApBandConfigToDualBand()
[all …]
DWifiTetherPreferenceControllerTest.java262 when(mCarWifiManager.getSoftApConfig()).thenReturn(config); in onTetheringOn_showsSSIDAndPassword()
DWifiTetherSecurityPreferenceControllerTest.java85 when(mCarWifiManager.getSoftApConfig()).thenReturn(mConfig); in setup()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/wifi/
DWifiTetherPasswordPreferenceControllerTest.java136 String passwordReturned = mCarWifiManager.getSoftApConfig().getPassphrase(); in onChangePassword_updatesPassword()
218 assertThat(mCarWifiManager.getSoftApConfig().getSecurityType()) in onSecurityChangedToNone_updatesSecurityTypeToNone()
242 assertThat(mCarWifiManager.getSoftApConfig().getSecurityType()) in onSecurityChangedToWPA2PSK_updatesSecurityTypeToWPA2PSK()
265 assertThat(mCarWifiManager.getSoftApConfig().getPassphrase()).isEqualTo(savedPassword); in onPreferenceSwitchFromNoneToWPA2PSK_retrievesSavedPassword()
DWifiTetherApBandPreferenceControllerTest.java133 assertThat(mCarWifiManager.getSoftApConfig().getBand()) in onPreferenceChangedTo5Ghz_updatesApBandConfigTo5Ghz()
148 assertThat(mCarWifiManager.getSoftApConfig().getBand()) in onPreferenceChangedTo2Ghz_updatesApBandConfigTo2Ghz()
175 assertThat(mCarWifiManager.getSoftApConfig().getBand()) in onPreferenceChangedTo5Ghz_defaultToApBandAny()
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/
DWifiTetherBasePreferenceController.java104 return mCarWifiManager.getSoftApConfig(); in getCarSoftApConfig()
DWifiTetherPreferenceController.java156 mCarWifiManager.getSoftApConfig(), hotspotEnabled, mConnectedDevicesCount); in updateSummary()
DCarWifiManager.java179 public SoftApConfiguration getSoftApConfig() { in getSoftApConfig() method in CarWifiManager
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DShadowCarWifiManager.java86 public SoftApConfiguration getSoftApConfig() { in getSoftApConfig() method in ShadowCarWifiManager