Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsQueryScheduler.java99 final QueryTaskConfig nextRunConfig = currentConfig.getConfigForNextRun(); in scheduleNextRun() local
102 timeToRun = now + nextRunConfig.delayUntilNextTaskWithoutBackoffMs; in scheduleNextRun()
105 nextRunConfig, now, minRemainingTtl, lastSentTime); in scheduleNextRun()
107 mLastScheduledQueryTaskArgs = new ScheduledQueryTaskArgs(nextRunConfig, timeToRun, in scheduleNextRun()