Home
last modified time | relevance | path

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

/system/extras/boottime_tools/bootanalyze/
Dbootanalyze.py42 BOOT_ANIM_END_TIME_KEY = "BootAnimEnd" variable
365 if logcat_event_time.get(BOOT_ANIM_END_TIME_KEY) and dmesg_event_time.get(BOOT_ANIM_END_TIME_KEY):
366 diffs.append((logcat_event_time[BOOT_ANIM_END_TIME_KEY],\
367 logcat_event_time[BOOT_ANIM_END_TIME_KEY] -\
368 dmesg_event_time[BOOT_ANIM_END_TIME_KEY]))