Searched refs:onLocalOnlyHotspotRequestorDeath (Results 1 – 4 of 4) sorted by relevance
50 void onLocalOnlyHotspotRequestorDeath(LocalOnlyHotspotRequestInfo requestor); in onLocalOnlyHotspotRequestorDeath() method79 mCallback.onLocalOnlyHotspotRequestorDeath(this); in binderDied()
248 public void onLocalOnlyHotspotRequestorDeath(LocalOnlyHotspotRequestInfo requestor) { in onLocalOnlyHotspotRequestorDeath() method in WifiServiceImpl.LocalOnlyRequestorCallback
117 verify(mCallback).onLocalOnlyHotspotRequestorDeath(eq(mLOHSRequestInfo)); in verifyBinderDeathTriggersCallback()128 verify(mCallback).onLocalOnlyHotspotRequestorDeath(eq(mLOHSRequestInfo)); in verifyRemoteExceptionTriggersCallback()
1623 binderDeathCallback.onLocalOnlyHotspotRequestorDeath(mRequestInfo); in testServiceImplNotCalledWhenBinderDeathTriggeredNoRequests()1645 binderDeathCallback.onLocalOnlyHotspotRequestorDeath(mRequestInfo); in testServiceImplNotCalledWhenBinderDeathTriggeredWithRegisteredRequests()