Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadNotifier.java332 remainingLongText = getRemainingText(res, remainingMillis, in updateWithLocked()
334 remainingShortText = getRemainingText(res, remainingMillis, in updateWithLocked()
418 private String getRemainingText(Resources res, long remainingMillis, int abbrev) { in getRemainingText() method in DownloadNotifier