Searched refs:onDeath (Results 1 - 10 of 10) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java495 public void onDeath() { method in class:WifiNative.VendorHalDeathHandlerInternal
509 public void onDeath() { method in class:WifiNative.WificondDeathHandlerInternal
523 public void onDeath() { method in class:WifiNative.SupplicantDeathHandlerInternal
537 public void onDeath() { method in class:WifiNative.HostapdDeathHandlerInternal
1103 void onDeath(); method in interface:WifiNative.WificondDeathEventHandler
1310 void onDeath(); method in interface:WifiNative.HostapdDeathEventHandler
1324 void onDeath(); method in interface:WifiNative.SupplicantDeathEventHandler
1917 void onDeath(); method in interface:WifiNative.VendorHalDeathEventHandler
H A DHostapdHal.java335 mDeathEventHandler.onDeath();
H A DWificondControl.java176 mDeathEventHandler.onDeath();
H A DSupplicantStaIfaceHal.java489 mDeathEventHandler.onDeath();
H A DWifiVendorHal.java3034 handler.onDeath();
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiNativeInterfaceManagementTest.java681 mWificondDeathHandlerCaptor.getValue().onDeath();
699 mWifiVendorHalDeathHandlerCaptor.getValue().onDeath();
716 mSupplicantDeathHandlerCaptor.getValue().onDeath();
745 mHostapdDeathHandlerCaptor.getValue().onDeath();
H A DSupplicantStaIfaceHalTest.java1383 verify(mSupplicantHalDeathHandler).onDeath();
1400 verify(mSupplicantHalDeathHandler).onDeath();
1431 verify(mSupplicantHalDeathHandler).onDeath();
H A DHostapdHalTest.java149 verify(mHostapdHalDeathHandler).onDeath();
H A DWificondControlTest.java1058 verify(handler).onDeath();
1074 verify(handler).onDeath();
H A DWifiVendorHalTest.java1996 verify(mVendorHalDeathHandler).onDeath();

Completed in 248 milliseconds