Home
last modified time | relevance | path

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

/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java1673 int realMax; field in BugreportProgressService.BugreportInfo
1729 this.max = this.realMax = max; in BugreportInfo()
1794 final float realPercent = ((float) realProgress * 100 / realMax); in toString()
1817 .append("\n\treal progress: ").append(realProgress).append("/").append(realMax) in toString()
1836 realMax = in.readInt(); in BugreportInfo()
1861 dest.writeInt(realMax); in writeToParcel()