Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/
H A Dbugreport_test.cpp143 void ExpectProgress(int progress_percentage, const std::string& file = "file.zip") { in ExpectProgress() function in BugreportTest
201 ExpectProgress(50, "da_bugreport.zip"); in TEST_F()
248 ExpectProgress(1); in TEST_F()
249 ExpectProgress(10); in TEST_F()
250 ExpectProgress(50); in TEST_F()
251 ExpectProgress(99); in TEST_F()
284 ExpectProgress(1); in TEST_F()
285 ExpectProgress(50); in TEST_F()
286 ExpectProgress(75); in TEST_F()
315 ExpectProgress(0); in TEST_F()
[all …]