Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/android/net/nsd/
DNsdManagerTest.java20 import static android.net.nsd.NsdManager.checkServiceInfoForRegistration;
626 mustFail(() -> checkServiceInfoForRegistration( in testCheckServiceInfoForRegistration()
635 checkServiceInfoForRegistration( in testCheckServiceInfoForRegistration()
641 mustFail(() -> checkServiceInfoForRegistration( in testCheckServiceInfoForRegistration()
648 checkServiceInfoForRegistration( in testCheckServiceInfoForRegistration()
654 checkServiceInfoForRegistration( in testCheckServiceInfoForRegistration()
660 checkServiceInfoForRegistration( in testCheckServiceInfoForRegistration()
666 checkServiceInfoForRegistration( in testCheckServiceInfoForRegistration()
672 checkServiceInfoForRegistration( in testCheckServiceInfoForRegistration()
678 checkServiceInfoForRegistration( in testCheckServiceInfoForRegistration()
[all …]
/packages/modules/Connectivity/framework-t/src/android/net/nsd/
DNsdManager.java1279 checkServiceInfoForRegistration(serviceInfo); in registerService()
1372 checkServiceInfoForRegistration(serviceInfo); in registerService()
1864 public static void checkServiceInfoForRegistration(NsdServiceInfo serviceInfo) { in checkServiceInfoForRegistration() method in NsdManager
/packages/modules/Connectivity/service-t/src/com/android/server/
DNsdService.java2322 NsdManager.checkServiceInfoForRegistration(advertisingRequest.getServiceInfo()); in registerService()