Searched refs:realMax (Results 1 – 1 of 1) sorted by relevance
1673 int realMax; field in BugreportProgressService.BugreportInfo1729 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()