Searched refs:makeSoftApManager (Results 1 – 3 of 3) sorted by relevance
246 }).when(mWifiInjector).makeSoftApManager(any(WifiManager.SoftApCallback.class), in enterSoftApActiveMode()590 when(mWifiInjector.makeSoftApManager(any(WifiManager.SoftApCallback.class), in testStartSoftApModeTwiceWithTwoConfigs()595 when(mWifiInjector.makeSoftApManager(any(WifiManager.SoftApCallback.class), in testStartSoftApModeTwiceWithTwoConfigs()747 when(mWifiInjector.makeSoftApManager(any(WifiManager.SoftApCallback.class), in testStopTetheringButNotLOHS()752 when(mWifiInjector.makeSoftApManager(any(WifiManager.SoftApCallback.class), in testStopTetheringButNotLOHS()
603 ActiveModeManager manager = mWifiInjector.makeSoftApManager(callback, softapConfig); in startSoftAp()
543 public SoftApManager makeSoftApManager(@NonNull WifiManager.SoftApCallback callback, in makeSoftApManager() method in WifiInjector