diff options
author | Hridya Valsaraju <hridya@google.com> | 2018-07-28 07:09:12 +0200 |
---|---|---|
committer | Hridya Valsaraju <hridya@google.com> | 2018-08-14 06:18:18 +0200 |
commit | 20c81b308d834f84f3decf795575dc7a0baeb69d (patch) | |
tree | 259f985023b38c976208d7fa8e95a59fdf9b615d /device.h | |
parent | Merge "Reland "Build and use minadbd as a shared library."" (diff) | |
download | android_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 '')
-rw-r--r-- | device.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |