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.java50 void onLocalOnlyHotspotRequestorDeath(LocalOnlyHotspotRequestInfo requestor); in onLocalOnlyHotspotRequestorDeath() method
79 mCallback.onLocalOnlyHotspotRequestorDeath(this); in binderDied()
DWifiServiceImpl.java248 public void onLocalOnlyHotspotRequestorDeath(LocalOnlyHotspotRequestInfo requestor) { in onLocalOnlyHotspotRequestorDeath() method in WifiServiceImpl.LocalOnlyRequestorCallback
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DLocalOnlyHotspotRequestInfoTest.java117 verify(mCallback).onLocalOnlyHotspotRequestorDeath(eq(mLOHSRequestInfo)); in verifyBinderDeathTriggersCallback()
128 verify(mCallback).onLocalOnlyHotspotRequestorDeath(eq(mLOHSRequestInfo)); in verifyRemoteExceptionTriggersCallback()
DWifiServiceImplTest.java1623 binderDeathCallback.onLocalOnlyHotspotRequestorDeath(mRequestInfo); in testServiceImplNotCalledWhenBinderDeathTriggeredNoRequests()
1645 binderDeathCallback.onLocalOnlyHotspotRequestorDeath(mRequestInfo); in testServiceImplNotCalledWhenBinderDeathTriggeredWithRegisteredRequests()