Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsServiceTypeClient.java790 long timeToNextTasksWithBackoffInMs = Math.max(args.timeToRun - now, 0); in calculateTimeToNextTask() local
792 args.sessionId, timeToNextTasksWithBackoffInMs)); in calculateTimeToNextTask()
793 return timeToNextTasksWithBackoffInMs; in calculateTimeToNextTask()