Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DActiveModeWardenTest.java5782 SoftApModeConfiguration mockSoftApModeConfiguration = mock(SoftApModeConfiguration.class); in testGetNumberOf11beSoftApManager() local
5785 when(mockSoftApModeConfiguration.getSoftApConfiguration()) in testGetNumberOf11beSoftApManager()
5787 when(mSoftApManager.getSoftApModeConfiguration()).thenReturn(mockSoftApModeConfiguration); in testGetNumberOf11beSoftApManager()