Home
last modified time | relevance | path

Searched refs:onSubsystemRestarting (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Wifi/framework/java/android/net/wifi/
DISubsystemRestartCallback.aidl25 void onSubsystemRestarting(); in onSubsystemRestarting() method
DWifiManager.java4130 public abstract void onSubsystemRestarting(); in onSubsystemRestarting() method in WifiManager.SubsystemRestartTrackingCallback
4167 public void onSubsystemRestarting() { in onSubsystemRestarting() method in WifiManager.SubsystemRestartTrackingCallback.SubsystemRestartCallbackProxy
4178 executor.execute(callback::onSubsystemRestarting); in onSubsystemRestarting()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DActiveModeWardenTest.java2308 verify(mSubsystemRestartCallback).onSubsystemRestarting(); in testRestartWifiStackInEnabledStateTriggersBugReport()
2320 verify(mSubsystemRestartCallback).onSubsystemRestarting(); in testRestartWifiWatchdogDoesNotTriggerBugReport()
2419 verify(mSubsystemRestartCallback).onSubsystemRestarting(); in testRestartWifiStackInStaScanEnabledState()
2462 verify(mSubsystemRestartCallback).onSubsystemRestarting(); in testRestartWifiStackInStaConnectEnabledState()
2550 verify(mSubsystemRestartCallback).onSubsystemRestarting(); in testRestartWifiStackInTetheredSoftApEnabledState()
2598 verify(mSubsystemRestartCallback).onSubsystemRestarting(); in testRestartWifiStackInTetheredSoftApEnabledState_SlowDisable()
2644 verify(mSubsystemRestartCallback).onSubsystemRestarting(); in testRestartWifiStackInTetheredSoftApAndStaConnectEnabledState()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiManagerTest.java310 public void onSubsystemRestarting() { in setUp()
465 callbackCaptor.getValue().onSubsystemRestarting(); in testRegisterSubsystemRestartTrackingCallback()
469 callbackCaptor.getValue().onSubsystemRestarting(); in testRegisterSubsystemRestartTrackingCallback()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DActiveModeWarden.java2288 mRestartCallbacks.getBroadcastItem(i).onSubsystemRestarting(); in processMessageFiltered()
/packages/modules/Wifi/framework/api/
Dcurrent.txt610 method public abstract void onSubsystemRestarting();