Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DDownloadNotificationHelper.java32 private static final @StringRes int NULL_STRING_ID = 0; field in DownloadNotificationHelper
90 : (haveRemoveTasks ? R.string.exo_download_removing : NULL_STRING_ID); in buildProgressNotification()
166 titleStringId == NULL_STRING_ID ? null : context.getResources().getString(titleStringId)); in buildNotification()