Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DQueryTaskConfig.java124 boolean isLastQueryInBurst) { in getDelayUntilNextTaskWithoutBackoff() argument
128 if (isLastQueryInBurst) { in getDelayUntilNextTaskWithoutBackoff()
136 boolean getNextExpectUnicastResponse(boolean isLastQueryInBurst) { in getNextExpectUnicastResponse() argument
137 if (!isLastQueryInBurst) { in getNextExpectUnicastResponse()
146 int getNextTimeBetweenBurstsMs(boolean isLastQueryInBurst) { in getNextTimeBetweenBurstsMs() argument
147 if (!isLastQueryInBurst) { in getNextTimeBetweenBurstsMs()
168 final boolean isLastQueryInBurst = newBurstCounter == queriesPerBurst; in getConfigForNextRun()
169 boolean newIsFirstBurst = isFirstBurst && !isLastQueryInBurst; in getConfigForNextRun()
170 if (isLastQueryInBurst) { in getConfigForNextRun()
181 getNextExpectUnicastResponse(isLastQueryInBurst), newIsFirstBurst, newBurstCounter, in getConfigForNextRun()
[all …]