Searched defs:SetStage (Results 1 – 4 of 4) sorted by relevance
/aosp12/bootable/recovery/recovery_ui/ | ||
H A D | wear_ui.cpp | 96 void WearRecoveryUI::SetStage(int /* current */, int /* max */) {} in SetStage() function in WearRecoveryUI |
H A D | screen_ui.cpp | 1044 void ScreenRecoveryUI::SetStage(int current, int max) { in SetStage() function in ScreenRecoveryUI |
/aosp12/art/odrefresh/ | ||
H A D | odr_metrics.cc | 86 void OdrMetrics::SetStage(Stage stage) { in SetStage() function in art::odrefresh::OdrMetrics |
/aosp12/bootable/recovery/recovery_ui/include/recovery_ui/ | ||
H A D | stub_ui.h | 42 void SetStage(int /* current */, int /* max */) override {} in SetStage() function |