Searched defs:BaseProgram (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/tv-provider/src/android/support/media/tv/
H A DBaseProgram.java36 public abstract class BaseProgram { class
52 BaseProgram(Builder builder) { method in class:BaseProgram
274 if (!(other instanceof BaseProgram)) {
277 return mValues.equals(((BaseProgram) other).mValues);
282 return "BaseProgram{" + mValues.toString() + "}";
286 * @return The fields of the BaseProgram in {@link ContentValues} format to be easily inserted
494 * This Builder class simplifies the creation of a {@link BaseProgram} object.
514 public Builder(BaseProgram other) {

Completed in 107 milliseconds