summaryrefslogtreecommitdiffstats
path: root/recovery_ui/include/recovery_ui/device.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-03-30 16:41:12 +0100
committerandroid-build-merger <android-build-merger@google.com>2019-03-30 16:41:12 +0100
commit1055819fa84aed004406e23417237c33a08c419c (patch)
treee9f635bd39b426228247ae3cf528f17061a55629 /recovery_ui/include/recovery_ui/device.h
parentMerge "Move install to separate module" am: a232d9dccb am: 3f25d6bb07 (diff)
parentMerge changes Ibbe7084e,If584fc8a am: bb8f0fff17 (diff)
downloadandroid_bootable_recovery-1055819fa84aed004406e23417237c33a08c419c.tar
android_bootable_recovery-1055819fa84aed004406e23417237c33a08c419c.tar.gz
android_bootable_recovery-1055819fa84aed004406e23417237c33a08c419c.tar.bz2
android_bootable_recovery-1055819fa84aed004406e23417237c33a08c419c.tar.lz
android_bootable_recovery-1055819fa84aed004406e23417237c33a08c419c.tar.xz
android_bootable_recovery-1055819fa84aed004406e23417237c33a08c419c.tar.zst
android_bootable_recovery-1055819fa84aed004406e23417237c33a08c419c.zip
Diffstat (limited to 'recovery_ui/include/recovery_ui/device.h')
-rw-r--r--recovery_ui/include/recovery_ui/device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/recovery_ui/include/recovery_ui/device.h b/recovery_ui/include/recovery_ui/device.h
index cfa914e77..3c44510c8 100644
--- a/recovery_ui/include/recovery_ui/device.h
+++ b/recovery_ui/include/recovery_ui/device.h
@@ -93,8 +93,8 @@ class Device {
// Performs a recovery action selected from the menu. 'menu_position' will be the index of the
// selected menu item, or a non-negative value returned from HandleMenuKey(). The menu will be
- // hidden when this is called; implementations can call ui_print() to print information to the
- // screen. If the menu position is one of the builtin actions, you can just return the
+ // hidden when this is called; implementations can call GetUI()->Print() to print information to
+ // the screen. If the menu position is one of the builtin actions, you can just return the
// corresponding enum value. If it is an action specific to your device, you actually perform it
// here and return NO_ACTION.
virtual BuiltinAction InvokeMenuItem(size_t menu_position);