Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/bugreportz/
H A Dbugreportz.cpp30 static constexpr char PROGRESS_PREFIX[] = "PROGRESS:"; variable
37 if (!show_progress && (android::base::StartsWith(line, PROGRESS_PREFIX) || in write_line()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarBugreportManagerService.java70 private static final String PROGRESS_PREFIX = "PROGRESS:"; field in CarBugreportManagerService
251 String progressOverTotal = line.substring(PROGRESS_PREFIX.length()); in handleProgress()
313 if (line.startsWith(PROGRESS_PREFIX)) { in processBugreportSockets()