Home
last modified time | relevance | path

Searched refs:ui_ (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/
Ddevice.h24 Device(RecoveryUI* ui) : ui_(ui) { } in Device()
31 virtual RecoveryUI* GetUI() { return ui_; } in GetUI()
107 RecoveryUI* ui_;
Dadb_install.cpp74 apply_from_adb(RecoveryUI* ui_, bool* wipe_cache, const char* install_file) { in apply_from_adb() argument
77 ui = ui_; in apply_from_adb()
Ddevice.cpp74 return ui_->HasThreeButtons() ? kNoAction : kHighlightDown; in HandleMenuKey()