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
360 if logcat_event_time.get(BOOT_ANIM_END_TIME_KEY) and dmesg_event_time.get(BOOT_ANIM_END_TIME_KEY):
361 diffs.append((logcat_event_time[BOOT_ANIM_END_TIME_KEY],\
362 logcat_event_time[BOOT_ANIM_END_TIME_KEY] -\
363 dmesg_event_time[BOOT_ANIM_END_TIME_KEY]))