Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/util/
DMdnsUtils.java348 String[] fullSubtype = new String[serviceType.length + 2]; in constructFullSubtype() local
349 fullSubtype[0] = subtype; in constructFullSubtype()
350 fullSubtype[1] = MdnsConstants.SUBTYPE_LABEL; in constructFullSubtype()
351 System.arraycopy(serviceType, 0, fullSubtype, 2, serviceType.length); in constructFullSubtype()
352 return fullSubtype; in constructFullSubtype()