Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DWatchdogProcessHandler.java74 private final SparseArray<Boolean> mClientCheckInProgress = new SparseArray<>(); field in WatchdogProcessHandler
93 mClientCheckInProgress.put(timeout, false); in init()
194 if (!mClientCheckInProgress.get(timeout)) { in tellClientAlive()
281 mClientCheckInProgress.setValueAt(timeout, false); in analyzeClientResponse()
300 mClientCheckInProgress.setValueAt(timeout, true); in sendPingToClients()
318 if (mClientCheckInProgress.get(timeout)) { in sendPingToClientsAndCheck()