Searched refs:mSoftApConfig (Results 1 – 4 of 4) sorted by relevance
41 private final @Nullable SoftApConfiguration mSoftApConfig; field in SoftApModeConfiguration50 mSoftApConfig = config; in SoftApModeConfiguration()59 return mSoftApConfig; in getSoftApConfiguration()
3127 SoftApConfiguration mSoftApConfig = null; field in WifiServiceImplTest.FakeLohsCallback3132 this.mSoftApConfig = softApConfig; in onHotspotStarted()3138 mSoftApConfig = null; in onHotspotStopped()3144 mSoftApConfig = null; in onHotspotFailed()3238 assertThat(callback.mSoftApConfig.getSsid()).isEqualTo("customSsid"); in testCustomLohs_Wpa2()3239 assertThat(callback.mSoftApConfig.getSecurityType()) in testCustomLohs_Wpa2()3264 assertThat(callback.mSoftApConfig.getSsid()).isEqualTo("customSsid"); in testCustomLohs_Open()3265 assertThat(callback.mSoftApConfig.getSecurityType()) in testCustomLohs_Open()3267 assertThat(callback.mSoftApConfig.getPassphrase()).isNull(); in testCustomLohs_Open()3293 assertThat(callback.mSoftApConfig.getSsid()).isNotEmpty(); in testCustomLohs_GeneratesSsidIfAbsent()[all …]
162 SoftApModeConfiguration mSoftApConfig; field in ActiveModeWardenTest221 mSoftApConfig = (SoftApModeConfiguration) args[2]; in setUp()407 assertThat(softApConfig).isEqualTo(mSoftApConfig); in enterSoftApActiveMode()
4942 private final SoftApConfiguration mSoftApConfig; field in WifiManager.LocalOnlyHotspotReservation4949 mSoftApConfig = config; in LocalOnlyHotspotReservation()4973 return mSoftApConfig; in getSoftApConfiguration()