Home
last modified time | relevance | path

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

/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java575 info.realProgress = SystemProperties.getInt(progressKey, 0); in pollProgress()
576 if (info.realProgress == 0) { in pollProgress()
594 int newPercentage = (CAPPED_MAX * info.realProgress) / info.realMax; in pollProgress()
596 int progress = info.realProgress; in pollProgress()
1611 int realProgress; field in BugreportProgressService.BugreportInfo
1722 final float realPercent = ((float) realProgress * 100 / realMax); in toString()
1727 … + "\n\treal progress: " + realProgress + "/" + realMax + " (" + realPercent + ")" in toString()
1744 realProgress = in.readInt(); in BugreportInfo()
1768 dest.writeInt(realProgress); in writeToParcel()