Searched refs:fullSubtype (Results 1 – 1 of 1) sorted by relevance
348 String[] fullSubtype = new String[serviceType.length + 2]; in constructFullSubtype() local349 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()