Home
last modified time | relevance | path

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

/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadNotifier.java333 builder.setContentTitle(getDownloadTitle(res, cursor)); in updateWithLocked()
365 inboxStyle.addLine(getDownloadTitle(res, cursor)); in updateWithLocked()
402 private static CharSequence getDownloadTitle(Resources res, Cursor cursor) { in getDownloadTitle() method in DownloadNotifier