Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/car-watchdog-lib/src/android/car/watchdoglib/
DCarWatchdogDaemonHelper.java392 final int nextRetry = retryCount - 1; in connectToDaemon() local
393 mHandler.postDelayed(() -> connectToDaemon(nextRetry), in connectToDaemon()