HomeSort by relevance Sort by last modified time
    Searched refs:channelDisplayName (Results 1 - 2 of 2) sorted by null

  /packages/apps/TV/src/com/android/tv/data/
PreviewProgramContent.java 67 String channelDisplayName = channel.getDisplayName();
75 !TextUtils.isEmpty(channelDisplayName)
76 ? channelDisplayName
89 String channelDisplayName = channel == null ? null : channel.getDisplayName();
96 .setDescription(channelDisplayName != null ? channelDisplayName : "")
  /packages/apps/TV/src/com/android/tv/recommendation/
NotificationService.java 445 String channelDisplayName = channel.getDisplayName();
451 TextUtils.isEmpty(channelDisplayName)
453 : channelDisplayName)
454 .setContentInfo(channelDisplayName)

Completed in 83 milliseconds