Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
DLowStorageSlice.java66 final String percentageString = NumberFormat.getPercentInstance().format(usedPercentage); in getSlice() local
77 percentageString, freeSizeString); in getSlice()
87 percentageString, freeSizeString); in getSlice()
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java1075 String percentageString = NumberFormat.getPercentInstance() in setDownloadStateContentDescription() local
1080 R.string.app_installing_title, info.title, percentageString)); in setDownloadStateContentDescription()
1085 R.string.app_downloading_title, info.title, percentageString)); in setDownloadStateContentDescription()