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