Searched refs:realMax (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java1653 int realMax; field in class:BugreportProgressService.BugreportInfo
1709 this.max = this.realMax = max;
1774 final float realPercent = ((float) realProgress * 100 / realMax);
1797 .append("\n\treal progress: ").append(realProgress).append("/").append(realMax)
1816 realMax = in.readInt();
1841 dest.writeInt(realMax);
1941 * - info.realProgress / info.realMax represents the real progress
1948 int newPercentage = (CAPPED_MAX * info.realProgress) / info.realMax;
1949 int max = info.realMax;
1978 info.realMax
[all...]

Completed in 33 milliseconds