Searched refs:onLocalOnlyHotspotRequestorDeath (Results 1 – 4 of 4) sorted by relevance
49 void onLocalOnlyHotspotRequestorDeath(LocalOnlyHotspotRequestInfo requestor); in onLocalOnlyHotspotRequestorDeath() method79 mDeathCallback.onLocalOnlyHotspotRequestorDeath(this); in binderDied()
221 public void onLocalOnlyHotspotRequestorDeath(LocalOnlyHotspotRequestInfo requestor) { in onLocalOnlyHotspotRequestorDeath() method in WifiServiceImpl.LocalOnlyRequestorCallback
103 verify(mDeathCallback).onLocalOnlyHotspotRequestorDeath(eq(mLOHSRequestInfo)); in verifyBinderDeathTriggersCallback()114 verify(mDeathCallback).onLocalOnlyHotspotRequestorDeath(eq(mLOHSRequestInfo)); in verifyRemoteExceptionTriggersCallback()
2416 binderDeathCallback.onLocalOnlyHotspotRequestorDeath(mRequestInfo); in testServiceImplNotCalledWhenBinderDeathTriggeredNoRequests()2437 binderDeathCallback.onLocalOnlyHotspotRequestorDeath(mRequestInfo); in testServiceImplNotCalledWhenBinderDeathTriggeredWithRequests()