Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DQueryTaskConfig.java62 private final int timeBetweenBurstsInMs; field in QueryTaskConfig
72 int queriesPerBurst, int timeBetweenBurstsInMs, in QueryTaskConfig() argument
80 this.timeBetweenBurstsInMs = timeBetweenBurstsInMs; in QueryTaskConfig()
102 this.timeBetweenBurstsInMs = INITIAL_AGGRESSIVE_TIME_BETWEEN_BURSTS_MS; in QueryTaskConfig()
109 this.timeBetweenBurstsInMs = MAX_TIME_BETWEEN_ACTIVE_PASSIVE_BURSTS_MS; in QueryTaskConfig()
116 this.timeBetweenBurstsInMs = INITIAL_TIME_BETWEEN_BURSTS_MS; in QueryTaskConfig()
129 return timeBetweenBurstsInMs; in getDelayUntilNextTaskWithoutBackoff()
148 return timeBetweenBurstsInMs; in getNextTimeBetweenBurstsMs()
152 return Math.min(timeBetweenBurstsInMs * 2, maxTimeBetweenBursts); in getNextTimeBetweenBurstsMs()