Searched refs:enterSoftAPMode (Results 1 – 4 of 4) sorted by relevance
438 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()
248 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()
177 public void enterSoftAPMode(@NonNull SoftApModeConfiguration wifiConfig) { in enterSoftAPMode() method in ActiveModeWarden
277 mActiveModeWarden.enterSoftAPMode((SoftApModeConfiguration) msg.obj); in processMessage()