Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsServiceRecord.java39 private int serviceWeight; field in MdnsServiceRecord
59 long ttlMillis, int servicePriority, int serviceWeight, int servicePort, in MdnsServiceRecord() argument
64 this.serviceWeight = serviceWeight; in MdnsServiceRecord()
86 return serviceWeight; in getServiceWeight()
126 serviceWeight = reader.readUInt16(); in readData()
134 writer.writeUInt16(serviceWeight); in writeData()
147 serviceWeight); in toString()
153 + Objects.hash(servicePriority, serviceWeight, in hashCode()
170 && (serviceWeight == otherRecord.serviceWeight) in equals()
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/
DMdnsResponseDecoderTests.java258 int serviceWeight = serviceRecord.getServiceWeight(); in testDecodeMultipleAnswerPacket() local
259 assertEquals(0, serviceWeight); in testDecodeMultipleAnswerPacket()