Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogProcessHandler.java94 private final SparseArray<Boolean> mClientCheckInProgress = new SparseArray<>(); field in WatchdogProcessHandler
118 mClientCheckInProgress.put(timeout, false); in init()
289 if (!mClientCheckInProgress.get(timeout)) { in tellClientAlive()
406 mClientCheckInProgress.setValueAt(timeout, false); in analyzeClientResponse()
427 mClientCheckInProgress.setValueAt(timeout, true); in sendPingToClients()
448 if (mClientCheckInProgress.get(timeout)) { in sendPingToClientsAndCheck()