Searched refs:mSupplicantHalDeathHandler (Results 1 – 1 of 1) sorted by relevance
158 private @Mock WifiNative.SupplicantDeathEventHandler mSupplicantHalDeathHandler; field in SupplicantStaIfaceHalTest1532 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()