Home
last modified time | relevance | path

Searched refs:enterSoftAPMode (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiControllerTest.java438 verify(mActiveModeWarden).enterSoftAPMode(any()); in testEcmOnFromSoftApMode()
455 verify(mActiveModeWarden).enterSoftAPMode(any()); in testEcmOffInSoftApMode()
477 verify(mActiveModeWarden).enterSoftAPMode(any()); in testEcmDisabledRemainsDisabledWhenSoftApHadBeenOn()
495 verify(mActiveModeWarden, never()).enterSoftAPMode(any()); in testEcmDisabledRemainsDisabledWhenSoftApHadBeenOn()
503 verify(mActiveModeWarden, never()).enterSoftAPMode(any()); in testEcmOnFromDisabledMode()
814 verify(mActiveModeWarden, never()).enterSoftAPMode(any()); in testSoftApModeDoesNotToggleOnWhenInEcm()
851 verify(mActiveModeWarden).enterSoftAPMode(any()); in testSoftApModeToggleWhenInAirplaneMode()
1119 verify(mActiveModeWarden).enterSoftAPMode(any()); in testRestartWifiStackFullyStopsWifi()
DActiveModeWardenTest.java248 mActiveModeWarden.enterSoftAPMode(softApConfig); in enterSoftApActiveMode()
599 mActiveModeWarden.enterSoftAPMode(softApConfig1); in testStartSoftApModeTwiceWithTwoConfigs()
600 mActiveModeWarden.enterSoftAPMode(softApConfig2); in testStartSoftApModeTwiceWithTwoConfigs()
757 mActiveModeWarden.enterSoftAPMode(tetherConfig); in testStopTetheringButNotLOHS()
758 mActiveModeWarden.enterSoftAPMode(lohsConfig); in testStopTetheringButNotLOHS()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DActiveModeWarden.java177 public void enterSoftAPMode(@NonNull SoftApModeConfiguration wifiConfig) { in enterSoftAPMode() method in ActiveModeWarden
DWifiController.java277 mActiveModeWarden.enterSoftAPMode((SoftApModeConfiguration) msg.obj); in processMessage()