Searched refs:getSoftApConfig (Results 1 – 5 of 5) sorted by relevance
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()
82 return mCarWifiManager.getSoftApConfig(); in getCarSoftApConfig()
179 public SoftApConfiguration getSoftApConfig() { in getSoftApConfig() method in CarWifiManager
86 public SoftApConfiguration getSoftApConfig() { in getSoftApConfig() method in ShadowCarWifiManager