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.java5194 public abstract void onSubsystemRestarting(); in onSubsystemRestarting() method in WifiManager.SubsystemRestartTrackingCallback
5231 public void onSubsystemRestarting() { in onSubsystemRestarting() method in WifiManager.SubsystemRestartTrackingCallback.SubsystemRestartCallbackProxy
5242 executor.execute(callback::onSubsystemRestarting); in onSubsystemRestarting()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DActiveModeWardenTest.java2480 verify(mSubsystemRestartCallback).onSubsystemRestarting(); in testRestartWifiStackInEnabledStateTriggersBugReport()
2492 verify(mSubsystemRestartCallback).onSubsystemRestarting(); in testRestartWifiWatchdogDoesNotTriggerBugReport()
2616 verify(mSubsystemRestartCallback).onSubsystemRestarting(); in testRestartWifiStackInStaScanEnabledState()
2659 verify(mSubsystemRestartCallback).onSubsystemRestarting(); in testRestartWifiStackInStaConnectEnabledState()
2747 verify(mSubsystemRestartCallback).onSubsystemRestarting(); in testRestartWifiStackInTetheredSoftApEnabledState()
2795 verify(mSubsystemRestartCallback).onSubsystemRestarting(); in testRestartWifiStackInTetheredSoftApEnabledState_SlowDisable()
2841 verify(mSubsystemRestartCallback).onSubsystemRestarting(); in testRestartWifiStackInTetheredSoftApAndStaConnectEnabledState()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiManagerTest.java333 public void onSubsystemRestarting() { in setUp()
488 callbackCaptor.getValue().onSubsystemRestarting(); in testRegisterSubsystemRestartTrackingCallback()
492 callbackCaptor.getValue().onSubsystemRestarting(); in testRegisterSubsystemRestartTrackingCallback()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DActiveModeWarden.java2687 mRestartCallbacks.getBroadcastItem(i).onSubsystemRestarting(); in processMessageFiltered()
/packages/modules/Wifi/framework/api/
Dcurrent.txt694 method public abstract void onSubsystemRestarting();