Searched refs:recordedProgramId (Results 1 – 1 of 1) sorted by relevance
641 public static Uri buildRecordedProgramUri(long recordedProgramId) { in buildRecordedProgramUri() argument642 return ContentUris.withAppendedId(RecordedPrograms.CONTENT_URI, recordedProgramId); in buildRecordedProgramUri()