Searched refs:MAX_WAIT_TIME_MILLS (Results 1 – 2 of 2) sorted by relevance
182 static final long MAX_WAIT_TIME_MILLS = 3_000; field in WatchdogPerfHandler1782 while (!mIsConnectedToDaemon && sleptDurationMillis < MAX_WAIT_TIME_MILLS) { in isConnectedToDaemon()1784 mLock.wait(MAX_WAIT_TIME_MILLS - sleptDurationMillis); in isConnectedToDaemon()
48 import static com.android.car.watchdog.WatchdogPerfHandler.MAX_WAIT_TIME_MILLS;1120 MAX_WAIT_TIME_MILLS - 1000); in crashAndDelayReconnectDaemon()1149 verify(mMockCarWatchdogDaemonHelper, timeout(MAX_WAIT_TIME_MILLS)) in testAsyncFetchTodayIoUsageStats()1195 timeout(MAX_WAIT_TIME_MILLS)).onTodayIoUsageStatsFetched(any()); in testAsyncFetchTodayIoUsageStatsWithDaemonRemoteException()