diff options
author | android-build-team Robot <android-build-team-robot@google.com> | 2018-05-11 11:37:52 +0200 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2018-05-11 11:37:52 +0200 |
commit | b9ceda99708f45546b1420c7f6c0904347f99d3a (patch) | |
tree | 63b99dde1a6754de45933cf7ae84fb9e27302247 /ui.h | |
parent | Snap for 4767896 from 55bdab5e8ddb8ca919099eeaf8800148e38e5a50 to qt-release (diff) | |
parent | Merge "updater_sample: add HAL compatibility check" am: 563d34f712 am: 0045e76c7c (diff) | |
download | android_bootable_recovery-b9ceda99708f45546b1420c7f6c0904347f99d3a.tar android_bootable_recovery-b9ceda99708f45546b1420c7f6c0904347f99d3a.tar.gz android_bootable_recovery-b9ceda99708f45546b1420c7f6c0904347f99d3a.tar.bz2 android_bootable_recovery-b9ceda99708f45546b1420c7f6c0904347f99d3a.tar.lz android_bootable_recovery-b9ceda99708f45546b1420c7f6c0904347f99d3a.tar.xz android_bootable_recovery-b9ceda99708f45546b1420c7f6c0904347f99d3a.tar.zst android_bootable_recovery-b9ceda99708f45546b1420c7f6c0904347f99d3a.zip |
Diffstat (limited to 'ui.h')
-rw-r--r-- | ui.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -57,6 +57,8 @@ class RecoveryUI { // the given locale. Returns true on success. virtual bool Init(const std::string& locale); + virtual std::string GetLocale() const = 0; + // Shows a stage indicator. Called immediately after Init(). virtual void SetStage(int current, int max) = 0; |