Searched refs:makeSoftApManager (Results 1 – 3 of 3) sorted by relevance
224 }).when(mWifiInjector).makeSoftApManager(any(Listener.class), in setUp()408 verify(mWifiInjector, times(mTimesCreatedSoftApManager)).makeSoftApManager( in enterSoftApActiveMode()924 }).when(mWifiInjector).makeSoftApManager(any(Listener.class), in testStartSoftApModeTwiceWithTwoConfigs()937 }).when(mWifiInjector).makeSoftApManager(any(Listener.class), in testStartSoftApModeTwiceWithTwoConfigs()948 verify(mWifiInjector, times(2)).makeSoftApManager( in testStartSoftApModeTwiceWithTwoConfigs()1114 }).when(mWifiInjector).makeSoftApManager(any(Listener.class), in testStopTetheringButNotLOHS()1127 }).when(mWifiInjector).makeSoftApManager(any(Listener.class), in testStopTetheringButNotLOHS()1138 verify(mWifiInjector).makeSoftApManager(any(Listener.class), in testStopTetheringButNotLOHS()1141 verify(mWifiInjector).makeSoftApManager(any(Listener.class), in testStopTetheringButNotLOHS()1525 verify(mWifiInjector).makeSoftApManager( in testEcmDisabledRemainsDisabledWhenSoftApHadBeenOn()[all …]
699 public SoftApManager makeSoftApManager( in makeSoftApManager() method in WifiInjector
920 SoftApManager manager = mWifiInjector.makeSoftApManager( in startSoftApModeManager()