Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/
DMainActivity.java511 DurationTimer startUpDebugTimer = Debug.getTimer(Debug.TAG_START_UP_TIMER); in onCreate() local
512 if (!startUpDebugTimer.isStarted() in onCreate()
513 || startUpDebugTimer.getDuration() > START_UP_TIMER_RESET_THRESHOLD_MS) { in onCreate()
516 startUpDebugTimer.start(); in onCreate()
518 startUpDebugTimer.log("MainActivity.onCreate"); in onCreate()