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.java506 DurationTimer startUpDebugTimer = Debug.getTimer(Debug.TAG_START_UP_TIMER); in onCreate() local
507 if (!startUpDebugTimer.isStarted() in onCreate()
508 || startUpDebugTimer.getDuration() > START_UP_TIMER_RESET_THRESHOLD_MS) { in onCreate()
511 startUpDebugTimer.start(); in onCreate()
513 startUpDebugTimer.log("MainActivity.onCreate"); in onCreate()