Home
last modified time | relevance | path

Searched refs:makeSoftApManager (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DActiveModeWardenTest.java177 }).when(mWifiInjector).makeSoftApManager(any(ActiveModeManager.Listener.class), in setUp()
787 }).when(mWifiInjector).makeSoftApManager(any(ActiveModeManager.Listener.class), in testStartSoftApModeTwiceWithTwoConfigs()
799 }).when(mWifiInjector).makeSoftApManager(any(ActiveModeManager.Listener.class), in testStartSoftApModeTwiceWithTwoConfigs()
974 }).when(mWifiInjector).makeSoftApManager(any(ActiveModeManager.Listener.class), in testStopTetheringButNotLOHS()
987 }).when(mWifiInjector).makeSoftApManager(any(ActiveModeManager.Listener.class), in testStopTetheringButNotLOHS()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DActiveModeWarden.java335 mWifiInjector.makeSoftApManager(listener, callback, softApConfig); in startSoftApModeManager()
DWifiInjector.java558 public SoftApManager makeSoftApManager(@NonNull ActiveModeManager.Listener listener, in makeSoftApManager() method in WifiInjector