Searched refs:serviceWeight (Results 1 – 2 of 2) sorted by relevance
39 private int serviceWeight; field in MdnsServiceRecord59 long ttlMillis, int servicePriority, int serviceWeight, int servicePort, in MdnsServiceRecord() argument64 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()
258 int serviceWeight = serviceRecord.getServiceWeight(); in testDecodeMultipleAnswerPacket() local259 assertEquals(0, serviceWeight); in testDecodeMultipleAnswerPacket()