Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/
DConfigurationCallbacksTest.java306 private static final long CALLBACK_TIMEOUT_MAX_WAITING_TIME_MS = 8000L; // TIMEOUT * RETRY field in ConfigurationCallbacksTest.WindowConfigTracker
499 if (curTime - CALLBACK_TIMEOUT_MAX_WAITING_TIME_MS >= startTime) { in waitForLastCallbackTimeout()