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

/packages/apps/TV/tests/common/src/com/android/tv/testing/
H A DProgramInfo.java27 public final class ProgramInfo { class
103 public static ProgramInfo fromCursor(Cursor c) {
121 public ProgramInfo(String title, String episode, int seasonNumber, int episodeNumber, method in class:ProgramInfo
137 * Create a instance of {@link ProgramInfo} whose content will be generated as much as possible.
139 public static ProgramInfo create() {
180 * Return complete {@link ProgramInfo} with the generated value.
185 public ProgramInfo build(Context context, int index) {
193 return new ProgramInfo(
211 return "ProgramInfo{title=" + title
224 ProgramInfo tha
[all...]

Completed in 47 milliseconds