Searched refs:LOCAL_TLD (Results 1 – 2 of 2) sorted by relevance
85 private static final String LOCAL_TLD = "local"; field in MdnsRecordRepository89 new String[] { "_services", "_dns-sd", "_udp", LOCAL_TLD };262 ? new String[] {serviceInfo.getHostname(), LOCAL_TLD} in ServiceRegistration()1268 if (record.getName().length != 2 || !record.getName()[1].equals(LOCAL_TLD)) { in conflictForHost()1482 type[split.length] = LOCAL_TLD; in splitServiceType()
69 private static final String LOCAL_TLD = "local"; field in MdnsAdvertiser132 "Android_" + UUID.randomUUID().toString().replace("-", ""), LOCAL_TLD }; in generateHostname()