Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/util/
DMdnsUtils.java347 public static String[] constructFullSubtype(String[] serviceType, String subtype) { in constructFullSubtype() method in MdnsUtils
/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsRecordRepository.java286 MdnsUtils.constructFullSubtype(serviceType, subtype), in ServiceRegistration()