Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DHostapdHalTest.java119 private ArgumentCaptor<Long> mDeathRecipientCookieCaptor = ArgumentCaptor.forClass(Long.class); field in HostapdHalTest
252 mHostapdDeathCaptor.getValue().serviceDied(mDeathRecipientCookieCaptor.getValue()); in testDeathHandling()
265 mHostapdDeathCaptor.getValue().serviceDied(mDeathRecipientCookieCaptor.getValue() - 1); in testStaleDeathHandling()
737 mDeathRecipientCookieCaptor.capture()); in executeAndValidateInitializationSequence()
DSupplicantStaIfaceHalTest.java192 private ArgumentCaptor<Long> mDeathRecipientCookieCaptor = ArgumentCaptor.forClass(Long.class); field in SupplicantStaIfaceHalTest
1551 mSupplicantDeathCaptor.getValue().serviceDied(mDeathRecipientCookieCaptor.getValue()); in testSupplicantDeathCallback()
1568 mSupplicantDeathCaptor.getValue().serviceDied(mDeathRecipientCookieCaptor.getValue() - 1); in testSupplicantStaleDeathCallback()
1600 mSupplicantDeathCaptor.getValue().serviceDied(mDeathRecipientCookieCaptor.getValue()); in testHandleRemoteExceptionAndDeathNotification()
2471 mDeathRecipientCookieCaptor.capture()); in executeAndValidateInitializationSequence()