Home
last modified time | relevance | path

Searched refs:getSoftApModeConfiguration (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiCountryCodeTest.java659 when(mSoftApManager.getSoftApModeConfiguration()).thenReturn(mSoftApModeConfiguration); in testCountryCodeChangedWhenSoftApManagerActiveAndForceSoftApRestart()
669 verify(mSoftApManager).getSoftApModeConfiguration(); in testCountryCodeChangedWhenSoftApManagerActiveAndForceSoftApRestart()
DSoftApManagerTest.java2548 assertThat(mSoftApManager.getSoftApModeConfiguration().getCapability().getCountryCode()) in startSoftApAndVerifyEnabled()
2562 assertThat(mSoftApManager.getSoftApModeConfiguration().getCapability().getCountryCode()) in startSoftApAndVerifyEnabled()
2610 assertThat(mSoftApManager.getSoftApModeConfiguration().getSoftApConfiguration().getBands()) in startSoftApAndVerifyEnabled()
2615 .getSoftApModeConfiguration() in startSoftApAndVerifyEnabled()
DActiveModeWardenTest.java482 when(mSoftApManager.getSoftApModeConfiguration()).thenReturn(softApConfig); in enterSoftApActiveMode()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCountryCode.java711 SoftApModeConfiguration modeConfig = sm.getSoftApModeConfiguration(); in setCountryCodeNative()
DActiveModeWarden.java1242 if (ipMode == softApManager.getSoftApModeConfiguration().getTargetMode()) { in updateCapabilityToSoftApModeManager()
2352 softApManager.getSoftApModeConfiguration(), in processMessageFiltered()
DSoftApManager.java637 public SoftApModeConfiguration getSoftApModeConfiguration() { in getSoftApModeConfiguration() method in SoftApManager