Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/
Dui.cpp72 consecutive_power_keys(0), in RecoveryUI()
579 ++consecutive_power_keys; in CheckKey()
580 if (consecutive_power_keys >= 7) { in CheckKey()
585 consecutive_power_keys = 0; in CheckKey()
/bootable/recovery/recovery_ui/include/recovery_ui/
Dui.h243 int consecutive_power_keys; variable