Searched refs:getSoftApConfig (Results 1 – 5 of 5) sorted by relevance
131 String passwordReturned = mCarWifiManager.getSoftApConfig().getPassphrase(); in onChangePassword_updatesPassword()213 assertThat(mCarWifiManager.getSoftApConfig().getSecurityType()) in onSecurityChangedToNone_updatesSecurityTypeToNone()237 assertThat(mCarWifiManager.getSoftApConfig().getSecurityType()) in onSecurityChangedToWPA2PSK_updatesSecurityTypeToWPA2PSK()260 assertThat(mCarWifiManager.getSoftApConfig().getPassphrase()).isEqualTo(savedPassword); in onPreferenceSwitchFromNoneToWPA2PSK_retrievesSavedPassword()
128 assertThat(mCarWifiManager.getSoftApConfig().getBand()) in onPreferenceChangedTo5Ghz_updatesApBandConfigTo5Ghz()143 assertThat(mCarWifiManager.getSoftApConfig().getBand()) in onPreferenceChangedTo2Ghz_updatesApBandConfigTo2Ghz()170 assertThat(mCarWifiManager.getSoftApConfig().getBand()) in onPreferenceChangedTo5Ghz_defaultToApBandAny()
94 return mCarWifiManager.getSoftApConfig(); in getCarSoftApConfig()
177 public SoftApConfiguration getSoftApConfig() { in getSoftApConfig() method in CarWifiManager
86 public SoftApConfiguration getSoftApConfig() { in getSoftApConfig() method in ShadowCarWifiManager