Home
last modified time | relevance | path

Searched refs:typeWithSubtype (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/framework-t/src/android/net/nsd/
DNsdManager.java1338 private static Pair<String, String> getTypeAndSubtypes(@Nullable String typeWithSubtype) { in getTypeAndSubtypes() argument
1339 if (typeWithSubtype == null) { in getTypeAndSubtypes()
1342 final Matcher matcher = Pattern.compile(TYPE_REGEX).matcher(typeWithSubtype); in getTypeAndSubtypes()
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DNsdServiceTest.java1276 final String typeWithSubtype = SERVICE_TYPE + ",_subtype"; in testDiscoveryWithMdnsDiscoveryManager_UsesSubtypes() local
1278 final NsdServiceInfo regInfo = new NsdServiceInfo("Instance", typeWithSubtype); in testDiscoveryWithMdnsDiscoveryManager_UsesSubtypes()
1293 client.discoverServices(typeWithSubtype, PROTOCOL, network, Runnable::run, discListener); in testDiscoveryWithMdnsDiscoveryManager_UsesSubtypes()