Searched refs:titleStringId (Results 1 – 1 of 1) sorted by relevance
87 int titleStringId = in buildProgressNotification() local101 titleStringId, in buildProgressNotification()119 int titleStringId = R.string.exo_download_completed; in buildDownloadCompletedNotification() local120 return buildEndStateNotification(smallIcon, contentIntent, message, titleStringId); in buildDownloadCompletedNotification()133 @StringRes int titleStringId = R.string.exo_download_failed; in buildDownloadFailedNotification() local134 return buildEndStateNotification(smallIcon, contentIntent, message, titleStringId); in buildDownloadFailedNotification()141 @StringRes int titleStringId) { in buildEndStateNotification() argument146 titleStringId, in buildEndStateNotification()158 @StringRes int titleStringId, in buildNotification() argument166 titleStringId == NULL_STRING_ID ? null : context.getResources().getString(titleStringId)); in buildNotification()