Searched refs:mockSoftApModeConfiguration (Results 1 – 1 of 1) sorted by relevance
5782 SoftApModeConfiguration mockSoftApModeConfiguration = mock(SoftApModeConfiguration.class); in testGetNumberOf11beSoftApManager() local5785 when(mockSoftApModeConfiguration.getSoftApConfiguration()) in testGetNumberOf11beSoftApManager()5787 when(mSoftApManager.getSoftApModeConfiguration()).thenReturn(mockSoftApModeConfiguration); in testGetNumberOf11beSoftApManager()