Home
last modified time | relevance | path

Searched refs:onServiceUpdatedLost (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/framework-t/src/android/net/nsd/
DINsdManagerCallback.aidl44 void onServiceUpdatedLost(int listenerKey); in onServiceUpdatedLost() method
DNsdManager.java847 public void onServiceUpdatedLost(int listenerKey) { in onServiceUpdatedLost() method in NsdManager.NsdCallbackImpl
/packages/modules/Connectivity/service-t/src/com/android/server/
DNsdService.java1716 clientInfo.onServiceUpdatedLost(clientRequestId, request); in handleMdnsDiscoveryManagerEvent()
3226 void onServiceUpdatedLost(int listenerKey, ClientRequest request) { in onServiceUpdatedLost() method in NsdService.ClientInfo
3229 mCb.onServiceUpdatedLost(listenerKey); in onServiceUpdatedLost()