Searched refs:notRespondAfterInMs (Results 1 – 1 of 1) sorted by relevance
51 return mClientConfig.notRespondAfterInMs < 052 || mClientConfig.notRespondAfterInMs > currentUptime - mClientStartTime;190 public long notRespondAfterInMs; field in CarWatchdogClient.ClientConfig197 notRespondAfterInMs = notRespondAfterInSec * 1000L; in ClientConfig()