Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DSupplicantStaIfaceHalTest.java158 private @Mock WifiNative.SupplicantDeathEventHandler mSupplicantHalDeathHandler; field in SupplicantStaIfaceHalTest
1532 assertTrue(mDut.registerDeathHandler(mSupplicantHalDeathHandler)); in testServiceManagerDeathCallback()
1538 verify(mSupplicantHalDeathHandler).onDeath(); in testServiceManagerDeathCallback()
1549 assertTrue(mDut.registerDeathHandler(mSupplicantHalDeathHandler)); in testSupplicantDeathCallback()
1555 verify(mSupplicantHalDeathHandler).onDeath(); in testSupplicantDeathCallback()
1566 assertTrue(mDut.registerDeathHandler(mSupplicantHalDeathHandler)); in testSupplicantStaleDeathCallback()
1572 verify(mSupplicantHalDeathHandler, never()).onDeath(); in testSupplicantStaleDeathCallback()
1582 assertTrue(mDut.registerDeathHandler(mSupplicantHalDeathHandler)); in testHandleRemoteExceptionAndDeathNotification()
1604 verify(mSupplicantHalDeathHandler).onDeath(); in testHandleRemoteExceptionAndDeathNotification()