Searched refs:inactiveMainAfterInMs (Results 1 – 1 of 1) sorted by relevance
138 if (mClientConfig.inactiveMainAfterInMs >= 0) { in registerAndGo()149 }, mClientConfig.inactiveMainAfterInMs); in registerAndGo()170 public long inactiveMainAfterInMs; field in CarWatchdogClient.ClientConfig177 inactiveMainAfterInMs = inactiveMainAfterInSec * 1000L; in ClientConfig()