Searched refs:realMax (Results 1 – 1 of 1) sorted by relevance
1675 int realMax; field in BugreportProgressService.BugreportInfo1731 this.max = this.realMax = max; in BugreportInfo()1796 final float realPercent = ((float) realProgress * 100 / realMax); in toString()1819 .append("\n\treal progress: ").append(realProgress).append("/").append(realMax) in toString()1838 realMax = in.readInt(); in BugreportInfo()1863 dest.writeInt(realMax); in writeToParcel()1985 int newPercentage = (CAPPED_MAX * info.realProgress) / info.realMax; in onProgressUpdated()1986 int max = info.realMax; in onProgressUpdated()2001 info.realMax = maxProgress; in onMaxProgressUpdated()