Searched refs:mSoftApConfig (Results 1 – 4 of 4) sorted by relevance
43 private final @Nullable SoftApConfiguration mSoftApConfig; field in SoftApModeConfiguration58 mSoftApConfig = config; in SoftApModeConfiguration()69 return mSoftApConfig; in getSoftApConfiguration()
3865 SoftApConfiguration mSoftApConfig = null; field in WifiServiceImplTest.FakeLohsCallback3870 this.mSoftApConfig = softApConfig; in onHotspotStarted()3876 mSoftApConfig = null; in onHotspotStopped()3882 mSoftApConfig = null; in onHotspotFailed()3977 assertThat(callback.mSoftApConfig.getWifiSsid().getUtf8Text()).isEqualTo("customSsid"); in testCustomLohs_Wpa2()3978 assertThat(callback.mSoftApConfig.getSecurityType()) in testCustomLohs_Wpa2()3980 assertThat(callback.mSoftApConfig.getPassphrase()).isEqualTo("passphrase"); in testCustomLohs_Wpa2()4003 assertThat(callback.mSoftApConfig.getWifiSsid().getUtf8Text()).isEqualTo("customSsid"); in testCustomLohs_Open()4004 assertThat(callback.mSoftApConfig.getSecurityType()) in testCustomLohs_Open()4006 assertThat(callback.mSoftApConfig.getPassphrase()).isNull(); in testCustomLohs_Open()[all …]
197 SoftApModeConfiguration mSoftApConfig; field in ActiveModeWardenTest269 mSoftApConfig = (SoftApModeConfiguration) args[2]; in setUp()487 assertThat(softApConfig).isEqualTo(mSoftApConfig); in enterSoftApActiveMode()
7050 private final SoftApConfiguration mSoftApConfig; field in WifiManager.LocalOnlyHotspotReservation7057 mSoftApConfig = config; in LocalOnlyHotspotReservation()7081 return mSoftApConfig; in getSoftApConfiguration()