summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2016-05-02 19:57:21 +0200
committerTianjie Xu <xunchang@google.com>2016-05-02 20:09:26 +0200
commitcacb47b2a38a84eaae94dd10857a83b7c6b1885e (patch)
tree491b260014a699b690ce32b1a9554b14eb3705ed /tests
parentrecovery: Always log the update attempt. (diff)
parentMerge "Add ability to show "installing security update"" into nyc-dev (diff)
downloadandroid_bootable_recovery-cacb47b2a38a84eaae94dd10857a83b7c6b1885e.tar
android_bootable_recovery-cacb47b2a38a84eaae94dd10857a83b7c6b1885e.tar.gz
android_bootable_recovery-cacb47b2a38a84eaae94dd10857a83b7c6b1885e.tar.bz2
android_bootable_recovery-cacb47b2a38a84eaae94dd10857a83b7c6b1885e.tar.lz
android_bootable_recovery-cacb47b2a38a84eaae94dd10857a83b7c6b1885e.tar.xz
android_bootable_recovery-cacb47b2a38a84eaae94dd10857a83b7c6b1885e.tar.zst
android_bootable_recovery-cacb47b2a38a84eaae94dd10857a83b7c6b1885e.zip
Diffstat (limited to 'tests')
-rw-r--r--tests/component/verifier_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/component/verifier_test.cpp b/tests/component/verifier_test.cpp
index 6a5e36901..d7166dfaf 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*/) { }