Searched defs:watchedProgramId (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/media/java/android/media/tv/
H A DTvContract.java298 * @param watchedProgramId The ID of the watched program to point to.
301 public static final Uri buildWatchedProgramUri(long watchedProgramId) { argument
302 return ContentUris.withAppendedId(WatchedPrograms.CONTENT_URI, watchedProgramId);

Completed in 12 milliseconds