Home
last modified time | relevance | path

Searched defs:timeoutMs (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/longevity/platform/tests/src/android/platform/test/longevity/
DScheduledScenarioRunnerTest.java114 long timeoutMs = TimeUnit.SECONDS.toMillis(5); in testOverTimeTest_throwsTestTimedOutException() local
210 long timeoutMs = TimeUnit.SECONDS.toMillis(5); in testRespectsAfterTestPolicy_stayInApp() local
239 long timeoutMs = TimeUnit.SECONDS.toMillis(5); in testRespectsAfterTestPolicy_exit() local
265 long timeoutMs = TimeUnit.SECONDS.toMillis(5); in testIgnoredScenario_doesIdle() local
/platform_testing/libraries/app-helpers/interfaces/tv/src/android/platform/helpers/
DAbstractLeanbackAppHelper.java150 public boolean waitForOpen(long timeoutMs) { in waitForOpen()
161 public void open(long timeoutMs) { in open()
/platform_testing/tests/jank/androidtvjanktests/src/com/android/androidtv/janktests/
DSystemUiJankTests.java158 public UiObject2 select(BySelector selector, Direction direction, long timeoutMs) { in select()