Home
last modified time | relevance | path

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

/frameworks/base/tests/AppLaunchWear/src/com/android/tests/applaunch/
DAppLaunch.java93 private static final int POST_LAUNCH_IDLE_TIMEOUT = 750; // 750ms idle for non initial launches field in AppLaunch
306 sleep(POST_LAUNCH_IDLE_TIMEOUT); in testMeasureStartUpTime()
327 sleep(POST_LAUNCH_IDLE_TIMEOUT); in testMeasureStartUpTime()
612 sleep(POST_LAUNCH_IDLE_TIMEOUT); in closeApp()
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
DAppLaunch.java112 private static final int POST_LAUNCH_IDLE_TIMEOUT = 750; // 750ms idle for non initial launches field in AppLaunch
407 sleep(POST_LAUNCH_IDLE_TIMEOUT); in testMeasureStartUpTime()
431 sleep(POST_LAUNCH_IDLE_TIMEOUT); in testMeasureStartUpTime()
1121 sleep(POST_LAUNCH_IDLE_TIMEOUT); in startHomeIntent()