Searched refs:old_max (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/cmds/dumpstate/tests/
H A Ddumpstate_test.cpp178 int old_max = 0, bool update_progress = true) {
182 bool max_increased = old_max > 0;
187 android::base::StringPrintf("Adjusting max progress from %d to %d\n", old_max, max);
/frameworks/native/cmds/dumpstate/
H A Dutils.cpp195 int32_t old_max = max_; local
197 MYLOGD("Adjusting max progress from %d to %d\n", old_max, max_);

Completed in 60 milliseconds