Searched refs:iAmTheOnlyOne (Results 1 - 2 of 2) sorted by relevance

/external/jmdns/src/javax/jmdns/impl/tasks/
H A DResponder.java73 boolean iAmTheOnlyOne = true;
78 iAmTheOnlyOne = question.iAmTheOnlyOne(this.getDns());
79 if (!iAmTheOnlyOne) {
83 int delay = (iAmTheOnlyOne && !_in.isTruncated()) ? 0 : DNSConstants.RESPONSE_MIN_WAIT_INTERVAL + JmDNSImpl.getRandom().nextInt(DNSConstants.RESPONSE_MAX_WAIT_INTERVAL - DNSConstants.RESPONSE_MIN_WAIT_INTERVAL + 1) - _in.elapseSinceArrival();
/external/jmdns/src/javax/jmdns/impl/
H A DDNSQuestion.java44 public boolean iAmTheOnlyOne(JmDNSImpl jmDNSImpl) { method in class:DNSQuestion.DNS4Address
68 public boolean iAmTheOnlyOne(JmDNSImpl jmDNSImpl) { method in class:DNSQuestion.DNS6Address
151 public boolean iAmTheOnlyOne(JmDNSImpl jmDNSImpl) { method in class:DNSQuestion.Service
172 public boolean iAmTheOnlyOne(JmDNSImpl jmDNSImpl) { method in class:DNSQuestion.Text
212 public boolean iAmTheOnlyOne(JmDNSImpl jmDNSImpl) { method in class:DNSQuestion.AllRecords
315 public boolean iAmTheOnlyOne(JmDNSImpl jmDNSImpl) { method in class:DNSQuestion

Completed in 109 milliseconds