Searched refs:ui_ (Results 1 – 3 of 3) sorted by relevance
24 Device(RecoveryUI* ui) : ui_(ui) { } in Device()31 virtual RecoveryUI* GetUI() { return ui_; } in GetUI()107 RecoveryUI* ui_;
74 apply_from_adb(RecoveryUI* ui_, bool* wipe_cache, const char* install_file) { in apply_from_adb() argument77 ui = ui_; in apply_from_adb()
74 return ui_->HasThreeButtons() ? kNoAction : kHighlightDown; in HandleMenuKey()