Searched refs:makeSoftApManager (Results 1 – 3 of 3) sorted by relevance
296 }).when(mWifiInjector).makeSoftApManager(any(Listener.class), in setUp()517 verify(mWifiInjector, times(mTimesCreatedSoftApManager)).makeSoftApManager( in enterSoftApActiveMode()1201 }).when(mWifiInjector).makeSoftApManager(any(Listener.class), in testStartSoftApModeTwiceWithTwoConfigs()1214 }).when(mWifiInjector).makeSoftApManager(any(Listener.class), in testStartSoftApModeTwiceWithTwoConfigs()1225 verify(mWifiInjector, times(2)).makeSoftApManager( in testStartSoftApModeTwiceWithTwoConfigs()1403 }).when(mWifiInjector).makeSoftApManager(any(Listener.class), in testStopTetheringButNotLOHS()1416 }).when(mWifiInjector).makeSoftApManager(any(Listener.class), in testStopTetheringButNotLOHS()1427 verify(mWifiInjector).makeSoftApManager(any(Listener.class), in testStopTetheringButNotLOHS()1430 verify(mWifiInjector).makeSoftApManager(any(Listener.class), in testStopTetheringButNotLOHS()2125 verify(mWifiInjector).makeSoftApManager( in testEcmDisabledRemainsDisabledWhenSoftApHadBeenOn()[all …]
868 public SoftApManager makeSoftApManager( in makeSoftApManager() method in WifiInjector
1297 SoftApManager manager = mWifiInjector.makeSoftApManager( in startSoftApModeManager()