Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DActiveModeWardenTest.java1335 SoftApManager lohsSoftapManager = mock(SoftApManager.class); in testStopTetheringButNotLOHS() local
1336 when(lohsSoftapManager.getRole()).thenReturn(ROLE_SOFTAP_LOCAL_ONLY); in testStopTetheringButNotLOHS()
1342 return lohsSoftapManager; in testStopTetheringButNotLOHS()
1354 lohsSoftApListener.value.onStarted(lohsSoftapManager); in testStopTetheringButNotLOHS()
1367 verify(lohsSoftapManager, never()).stop(); in testStopTetheringButNotLOHS()