Searched refs:PROGRESS_PREFIX (Results 1 – 2 of 2) sorted by relevance
30 static constexpr char PROGRESS_PREFIX[] = "PROGRESS:"; variable37 if (!show_progress && (android::base::StartsWith(line, PROGRESS_PREFIX) || in write_line()
70 private static final String PROGRESS_PREFIX = "PROGRESS:"; field in CarBugreportManagerService251 String progressOverTotal = line.substring(PROGRESS_PREFIX.length()); in handleProgress()313 if (line.startsWith(PROGRESS_PREFIX)) { in processBugreportSockets()