Searched refs:mClientCheckInProgress (Results 1 – 1 of 1) sorted by relevance
89 private final SparseArray<Boolean> mClientCheckInProgress = new SparseArray<>(); field in WatchdogProcessHandler112 mClientCheckInProgress.put(timeout, false); in init()247 if (!mClientCheckInProgress.get(timeout)) { in tellClientAlive()356 mClientCheckInProgress.setValueAt(timeout, false); in analyzeClientResponse()375 mClientCheckInProgress.setValueAt(timeout, true); in sendPingToClients()395 if (mClientCheckInProgress.get(timeout)) { in sendPingToClientsAndCheck()