Searched refs:realProgress (Results 1 – 1 of 1) sorted by relevance
1678 int realProgress; field in BugreportProgressService.BugreportInfo1794 final float realPercent = ((float) realProgress * 100 / realMax); in toString()1817 .append("\n\treal progress: ").append(realProgress).append("/").append(realMax) in toString()1837 realProgress = in.readInt(); in BugreportInfo()1862 dest.writeInt(realProgress); in writeToParcel()