Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/data/
DPreviewProgramContent.java71 String channelDisplayName = channel.getDisplayName(); in createFromProgram() local
79 !TextUtils.isEmpty(channelDisplayName) in createFromProgram()
80 ? channelDisplayName in createFromProgram()
93 String channelDisplayName = channel == null ? null : channel.getDisplayName(); in createFromRecordedProgram() local
100 .setDescription(channelDisplayName != null ? channelDisplayName : "") in createFromRecordedProgram()
/packages/apps/TV/src/com/android/tv/recommendation/
DNotificationService.java447 String channelDisplayName = channel.getDisplayName(); in sendNotification() local
453 TextUtils.isEmpty(channelDisplayName) in sendNotification()
455 : channelDisplayName) in sendNotification()
456 .setContentInfo(channelDisplayName) in sendNotification()