Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsQueryScheduler.java125 QueryTaskConfig queryTaskConfig, long now, long minRemainingTtl, long lastSentTime) { in calculateTimeToRun() argument
126 final long baseDelayInMs = queryTaskConfig.delayUntilNextTaskWithoutBackoffMs; in calculateTimeToRun()
127 if (!queryTaskConfig.shouldUseQueryBackoff()) { in calculateTimeToRun()