Home
last modified time | relevance | path

Searched refs:MAX_WAIT_TIME_MILLS (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogPerfHandler.java182 static final long MAX_WAIT_TIME_MILLS = 3_000; field in WatchdogPerfHandler
1782 while (!mIsConnectedToDaemon && sleptDurationMillis < MAX_WAIT_TIME_MILLS) { in isConnectedToDaemon()
1784 mLock.wait(MAX_WAIT_TIME_MILLS - sleptDurationMillis); in isConnectedToDaemon()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DWatchdogPerfHandlerUnitTest.java48 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()