Searched refs:getSoftApModeConfiguration (Results 1 – 6 of 6) sorted by relevance
659 when(mSoftApManager.getSoftApModeConfiguration()).thenReturn(mSoftApModeConfiguration); in testCountryCodeChangedWhenSoftApManagerActiveAndForceSoftApRestart()669 verify(mSoftApManager).getSoftApModeConfiguration(); in testCountryCodeChangedWhenSoftApManagerActiveAndForceSoftApRestart()
2548 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()
482 when(mSoftApManager.getSoftApModeConfiguration()).thenReturn(softApConfig); in enterSoftApActiveMode()
711 SoftApModeConfiguration modeConfig = sm.getSoftApModeConfiguration(); in setCountryCodeNative()
1242 if (ipMode == softApManager.getSoftApModeConfiguration().getTargetMode()) { in updateCapabilityToSoftApModeManager()2352 softApManager.getSoftApModeConfiguration(), in processMessageFiltered()
637 public SoftApModeConfiguration getSoftApModeConfiguration() { in getSoftApModeConfiguration() method in SoftApManager