Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DLocalOnlyHotspotRequestInfo.java54 void onLocalOnlyHotspotRequestorDeath(LocalOnlyHotspotRequestInfo requestor); in onLocalOnlyHotspotRequestorDeath() method
87 mHandler.post(() -> mDeathCallback.onLocalOnlyHotspotRequestorDeath(this)); in binderDied()
DWifiServiceImpl.java349 public void onLocalOnlyHotspotRequestorDeath(LocalOnlyHotspotRequestInfo requestor) { in onLocalOnlyHotspotRequestorDeath() method in WifiServiceImpl.LocalOnlyRequestorCallback
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DLocalOnlyHotspotRequestInfoTest.java115 verify(mDeathCallback).onLocalOnlyHotspotRequestorDeath(eq(mLOHSRequestInfo)); in verifyBinderDeathTriggersCallback()
128 verify(mDeathCallback).onLocalOnlyHotspotRequestorDeath(eq(mLOHSRequestInfo)); in verifyRemoteExceptionTriggersCallback()
DWifiServiceImplTest.java4077 binderDeathCallback.onLocalOnlyHotspotRequestorDeath(mRequestInfo); in testServiceImplNotCalledWhenBinderDeathTriggeredNoRequests()
4099 binderDeathCallback.onLocalOnlyHotspotRequestorDeath(mRequestInfo); in testServiceImplNotCalledWhenBinderDeathTriggeredWithRequests()