summaryrefslogtreecommitdiffstats
path: root/device.h
diff options
context:
space:
mode:
authorHridya Valsaraju <hridya@google.com>2018-07-28 07:09:12 +0200
committerHridya Valsaraju <hridya@google.com>2018-08-14 06:18:18 +0200
commit20c81b308d834f84f3decf795575dc7a0baeb69d (patch)
tree259f985023b38c976208d7fa8e95a59fdf9b615d /device.h
parentMerge "Reland "Build and use minadbd as a shared library."" (diff)
downloadandroid_bootable_recovery-20c81b308d834f84f3decf795575dc7a0baeb69d.tar
android_bootable_recovery-20c81b308d834f84f3decf795575dc7a0baeb69d.tar.gz
android_bootable_recovery-20c81b308d834f84f3decf795575dc7a0baeb69d.tar.bz2
android_bootable_recovery-20c81b308d834f84f3decf795575dc7a0baeb69d.tar.lz
android_bootable_recovery-20c81b308d834f84f3decf795575dc7a0baeb69d.tar.xz
android_bootable_recovery-20c81b308d834f84f3decf795575dc7a0baeb69d.tar.zst
android_bootable_recovery-20c81b308d834f84f3decf795575dc7a0baeb69d.zip
Diffstat (limited to 'device.h')
-rw-r--r--device.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/device.h b/device.h
index a6ad62788..6a8daf83e 100644
--- a/device.h
+++ b/device.h
@@ -48,6 +48,8 @@ class Device {
RUN_GRAPHICS_TEST = 11,
RUN_LOCALE_TEST = 12,
KEY_INTERRUPTED = 13,
+ ENTER_FASTBOOT = 14,
+ ENTER_RECOVERY = 15,
};
explicit Device(RecoveryUI* ui);