Searched refs:watchPercentageText (Results 1 – 1 of 1) sorted by relevance
711 final String watchPercentageText = nf.format((double) info.progress.intValue() / 100); in updateProgress() local712 title = title + "\n" + watchPercentageText; in updateProgress()