Searched refs:makeSoftApManager (Results 1 – 3 of 3) sorted by relevance
233 }).when(mWifiInjector).makeSoftApManager(any(WifiManager.SoftApCallback.class), in enterSoftApActiveMode()578 when(mWifiInjector.makeSoftApManager(any(WifiManager.SoftApCallback.class), in testStartSoftApModeTwiceWithTwoConfigs()583 when(mWifiInjector.makeSoftApManager(any(WifiManager.SoftApCallback.class), in testStartSoftApModeTwiceWithTwoConfigs()735 when(mWifiInjector.makeSoftApManager(any(WifiManager.SoftApCallback.class), in testStopTetheringButNotLOHS()740 when(mWifiInjector.makeSoftApManager(any(WifiManager.SoftApCallback.class), in testStopTetheringButNotLOHS()
601 ActiveModeManager manager = mWifiInjector.makeSoftApManager(callback, softapConfig); in startSoftAp()
534 public SoftApManager makeSoftApManager(@NonNull WifiManager.SoftApCallback callback, in makeSoftApManager() method in WifiInjector