Searched refs:mClientCheckInProgress (Results 1 – 1 of 1) sorted by relevance
94 private final SparseArray<Boolean> mClientCheckInProgress = new SparseArray<>(); field in WatchdogProcessHandler118 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()