Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DLocalOnlyHotspotRequestInfo.java49 void onLocalOnlyHotspotRequestorDeath(LocalOnlyHotspotRequestInfo requestor); in onLocalOnlyHotspotRequestorDeath() method
79 mDeathCallback.onLocalOnlyHotspotRequestorDeath(this); in binderDied()
DWifiServiceImpl.java221 public void onLocalOnlyHotspotRequestorDeath(LocalOnlyHotspotRequestInfo requestor) { in onLocalOnlyHotspotRequestorDeath() method in WifiServiceImpl.LocalOnlyRequestorCallback
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DLocalOnlyHotspotRequestInfoTest.java103 verify(mDeathCallback).onLocalOnlyHotspotRequestorDeath(eq(mLOHSRequestInfo)); in verifyBinderDeathTriggersCallback()
114 verify(mDeathCallback).onLocalOnlyHotspotRequestorDeath(eq(mLOHSRequestInfo)); in verifyRemoteExceptionTriggersCallback()
DWifiServiceImplTest.java2416 binderDeathCallback.onLocalOnlyHotspotRequestorDeath(mRequestInfo); in testServiceImplNotCalledWhenBinderDeathTriggeredNoRequests()
2437 binderDeathCallback.onLocalOnlyHotspotRequestorDeath(mRequestInfo); in testServiceImplNotCalledWhenBinderDeathTriggeredWithRequests()