Home
last modified time | relevance | path

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

/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DLeanbackLauncherStrategy.java46 private static final int NOTIFICATION_WAIT_TIME = 60000; field in LeanbackLauncherStrategy
485 (System.currentTimeMillis() - currentTimeMs > NOTIFICATION_WAIT_TIME)) { in launchNotification()