Home | History | Annotate | Download | only in tv

Lines Matching refs:buildProgramsUriForChannel

582     public static Uri buildProgramsUriForChannel(long channelId) {
592 public static Uri buildProgramsUriForChannel(Uri channelUri) {
596 return buildProgramsUriForChannel(ContentUris.parseId(channelUri));
611 public static Uri buildProgramsUriForChannel(long channelId, long startTime,
613 Uri uri = buildProgramsUriForChannel(channelId);
628 public static Uri buildProgramsUriForChannel(Uri channelUri, long startTime,
633 return buildProgramsUriForChannel(ContentUris.parseId(channelUri), startTime, endTime);