Searched refs:endTimeUtcMillis (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/tv-provider/src/android/support/media/tv/
H A DProgram.java268 * @param endTimeUtcMillis The value of {@link Programs#COLUMN_END_TIME_UTC_MILLIS} for the
272 public Builder setEndTimeUtcMillis(long endTimeUtcMillis) { argument
273 mValues.put(Programs.COLUMN_END_TIME_UTC_MILLIS, endTimeUtcMillis);

Completed in 394 milliseconds