Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadNotifier.java286 String remainingText = null; in updateWithLocked() local
314 remainingText = res.getString(R.string.download_remaining, in updateWithLocked()
336 builder.setContentText(remainingText); in updateWithLocked()
367 builder.setContentText(remainingText); in updateWithLocked()
369 inboxStyle.setSummaryText(remainingText); in updateWithLocked()