Searched refs:getSoftApConfig (Results 1 – 9 of 9) sorted by relevance
93 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 …]
262 when(mCarWifiManager.getSoftApConfig()).thenReturn(config); in onTetheringOn_showsSSIDAndPassword()
85 when(mCarWifiManager.getSoftApConfig()).thenReturn(mConfig); in setup()
136 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()
133 assertThat(mCarWifiManager.getSoftApConfig().getBand()) in onPreferenceChangedTo5Ghz_updatesApBandConfigTo5Ghz()148 assertThat(mCarWifiManager.getSoftApConfig().getBand()) in onPreferenceChangedTo2Ghz_updatesApBandConfigTo2Ghz()175 assertThat(mCarWifiManager.getSoftApConfig().getBand()) in onPreferenceChangedTo5Ghz_defaultToApBandAny()
104 return mCarWifiManager.getSoftApConfig(); in getCarSoftApConfig()
156 mCarWifiManager.getSoftApConfig(), hotspotEnabled, mConnectedDevicesCount); in updateSummary()
179 public SoftApConfiguration getSoftApConfig() { in getSoftApConfig() method in CarWifiManager
86 public SoftApConfiguration getSoftApConfig() { in getSoftApConfig() method in ShadowCarWifiManager