Home
last modified time | relevance | path

Searched refs:progressText (Results 1 – 2 of 2) sorted by relevance

/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DDownloadServiceTest.kt292 val progressText = NumberFormat.getPercentInstance().format(.01f) in makeDownloadIntent() constant
293 findNotification(UiSelector().textContains(progressText)) in makeDownloadIntent()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
DFilterShowActivity.java924 String progressText; in showSavingProgress() local
926 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()