Home
last modified time | relevance | path

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

/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java179 private static final int LOG_PROGRESS_STEP = 10; field in BugreportProgressService
756 || ((progress / LOG_PROGRESS_STEP) in updateProgress()
757 != (info.lastProgress.intValue() / LOG_PROGRESS_STEP))) { in updateProgress()