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.java855 public void onServiceUpdatedLost(int listenerKey) { in onServiceUpdatedLost() method in NsdManager.NsdCallbackImpl
/packages/modules/Connectivity/service-t/src/com/android/server/
DNsdService.java1711 clientInfo.onServiceUpdatedLost(clientRequestId, request); in handleMdnsDiscoveryManagerEvent()
3192 void onServiceUpdatedLost(int listenerKey, ClientRequest request) { in onServiceUpdatedLost() method in NsdService.ClientInfo
3195 mCb.onServiceUpdatedLost(listenerKey); in onServiceUpdatedLost()