Searched refs:progressText (Results 1 – 2 of 2) sorted by relevance
292 val progressText = NumberFormat.getPercentInstance().format(.01f) in makeDownloadIntent() constant293 findNotification(UiSelector().textContains(progressText)) in makeDownloadIntent()
924 String progressText; in showSavingProgress() local926 progressText = getString(R.string.saving_image); in showSavingProgress()928 progressText = getString(R.string.filtershow_saving_image, albumName); in showSavingProgress()930 progress = ProgressDialog.show(this, "", progressText, true, false); in showSavingProgress()