Home
last modified time | relevance | path

Searched refs:onDeath (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNative.java729 public void onDeath() { in onDeath() method in WifiNative.VendorHalDeathHandlerInternal
757 public void onDeath() { in onDeath() method in WifiNative.SupplicantDeathHandlerInternal
771 public void onDeath() { in onDeath() method in WifiNative.HostapdDeathHandlerInternal
2073 void onDeath();
2087 void onDeath();
2921 void onDeath();
DHostapdHal.java599 mDeathEventHandler.onDeath(); in hostapdServiceDiedHandler()
DSupplicantStaIfaceHal.java666 mDeathEventHandler.onDeath(); in supplicantServiceDiedHandler()
DWifiVendorHal.java3770 handler.onDeath();
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNativeInterfaceManagementTest.java794 mWifiVendorHalDeathHandlerCaptor.getValue().onDeath(); in testSetupSoftApInterfaceAndVendorHalDied()
812 mSupplicantDeathHandlerCaptor.getValue().onDeath(); in testSetupClientInterfaceAndSupplicantDied()
839 mHostapdDeathHandlerCaptor.getValue().onDeath(); in testStartSoftApAndHostapdDied()
867 mHostapdDeathHandlerCaptor.getValue().onDeath(); in testStartSoftApWithWifiCondCallbackAndHostapdDied()
DSupplicantStaIfaceHalTest.java1538 verify(mSupplicantHalDeathHandler).onDeath(); in testServiceManagerDeathCallback()
1555 verify(mSupplicantHalDeathHandler).onDeath(); in testSupplicantDeathCallback()
1572 verify(mSupplicantHalDeathHandler, never()).onDeath(); in testSupplicantStaleDeathCallback()
1604 verify(mSupplicantHalDeathHandler).onDeath(); in testHandleRemoteExceptionAndDeathNotification()
DHostapdHalTest.java254 verify(mHostapdHalDeathHandler).onDeath(); in testDeathHandling()
267 verify(mHostapdHalDeathHandler, never()).onDeath(); in testStaleDeathHandling()
DWifiVendorHalTest.java2889 verify(mVendorHalDeathHandler).onDeath(); in testVendorHalDeath()