Home
last modified time | relevance | path

Searched defs:SetStage (Results 1 – 4 of 4) sorted by relevance

/aosp12/bootable/recovery/recovery_ui/
H A Dwear_ui.cpp96 void WearRecoveryUI::SetStage(int /* current */, int /* max */) {} in SetStage() function in WearRecoveryUI
H A Dscreen_ui.cpp1044 void ScreenRecoveryUI::SetStage(int current, int max) { in SetStage() function in ScreenRecoveryUI
/aosp12/art/odrefresh/
H A Dodr_metrics.cc86 void OdrMetrics::SetStage(Stage stage) { in SetStage() function in art::odrefresh::OdrMetrics
/aosp12/bootable/recovery/recovery_ui/include/recovery_ui/
H A Dstub_ui.h42 void SetStage(int /* current */, int /* max */) override {} in SetStage() function