diff options
author | Tianjie Xu <xunchang@google.com> | 2016-05-02 19:38:17 +0200 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2016-05-02 19:38:17 +0200 |
commit | 5823dd46df9667c43e8fc3f5ff79987b7432da3f (patch) | |
tree | 68f290826eddfe661871617006b7a1b18a8b58a8 /tests | |
parent | recovery: Always log the update attempt. (diff) | |
parent | Add ability to show "installing security update" (diff) | |
download | android_bootable_recovery-5823dd46df9667c43e8fc3f5ff79987b7432da3f.tar android_bootable_recovery-5823dd46df9667c43e8fc3f5ff79987b7432da3f.tar.gz android_bootable_recovery-5823dd46df9667c43e8fc3f5ff79987b7432da3f.tar.bz2 android_bootable_recovery-5823dd46df9667c43e8fc3f5ff79987b7432da3f.tar.lz android_bootable_recovery-5823dd46df9667c43e8fc3f5ff79987b7432da3f.tar.xz android_bootable_recovery-5823dd46df9667c43e8fc3f5ff79987b7432da3f.tar.zst android_bootable_recovery-5823dd46df9667c43e8fc3f5ff79987b7432da3f.zip |
Diffstat (limited to 'tests')
-rw-r--r-- | tests/component/verifier_test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/component/verifier_test.cpp b/tests/component/verifier_test.cpp index 9ac9657ad..780ff2816 100644 --- a/tests/component/verifier_test.cpp +++ b/tests/component/verifier_test.cpp @@ -46,6 +46,7 @@ class MockUI : public RecoveryUI { void SetStage(int, int) { } void SetLocale(const char*) { } void SetBackground(Icon icon) { } + void SetSystemUpdateText(bool security_update) { } void SetProgressType(ProgressType determinate) { } void ShowProgress(float portion, float seconds) { } |