Searched refs:lohsSoftapManager (Results 1 – 1 of 1) sorted by relevance
1335 SoftApManager lohsSoftapManager = mock(SoftApManager.class); in testStopTetheringButNotLOHS() local1336 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()