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