Searched refs:typeWithSubtype (Results 1 – 2 of 2) sorted by relevance
1338 private static Pair<String, String> getTypeAndSubtypes(@Nullable String typeWithSubtype) { in getTypeAndSubtypes() argument1339 if (typeWithSubtype == null) { in getTypeAndSubtypes()1342 final Matcher matcher = Pattern.compile(TYPE_REGEX).matcher(typeWithSubtype); in getTypeAndSubtypes()
1276 final String typeWithSubtype = SERVICE_TYPE + ",_subtype"; in testDiscoveryWithMdnsDiscoveryManager_UsesSubtypes() local1278 final NsdServiceInfo regInfo = new NsdServiceInfo("Instance", typeWithSubtype); in testDiscoveryWithMdnsDiscoveryManager_UsesSubtypes()1293 client.discoverServices(typeWithSubtype, PROTOCOL, network, Runnable::run, discListener); in testDiscoveryWithMdnsDiscoveryManager_UsesSubtypes()