Searched refs:MAX_LABEL_LENGTH (Results 1 – 3 of 3) sorted by relevance
22 import static com.android.server.connectivity.mdns.MdnsRecord.MAX_LABEL_LENGTH;725 MAX_LABEL_LENGTH - suffix.length()); in getUpdatedServiceName()733 mOriginalHostname, MAX_LABEL_LENGTH - suffix.length()); in getUpdatedHostname()
53 public static final int MAX_LABEL_LENGTH = 63; field in MdnsRecord
38 import static com.android.server.connectivity.mdns.MdnsRecord.MAX_LABEL_LENGTH;733 return MdnsUtils.truncateServiceName(originalName, MAX_LABEL_LENGTH); in truncateServiceName()