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

/frameworks/base/media/java/android/media/tv/
H A DTvInputInfo.java59 public final class TvInputInfo implements Parcelable { class in inherits:Parcelable
61 private static final String TAG = "TvInputInfo";
152 * Create a new instance of the TvInputInfo class,
158 public static TvInputInfo createTvInputInfo(Context context, ResolveInfo service)
166 * Create a new instance of the TvInputInfo class, instantiating it from the given Context,
172 * @param label The label of this TvInputInfo. If it is {@code null} or empty, {@code service}
180 public static TvInputInfo createTvInputInfo(Context context, ResolveInfo service,
184 TvInputInfo input = createTvInputInfo(context, service, generateInputIdForHdmiDevice(
193 * Create a new instance of the TvInputInfo class, instantiating it from the given Context,
199 * @param labelRes The label resource ID of this TvInputInfo
335 private TvInputInfo(ResolveInfo service, String id, String parentId, int type, method in class:TvInputInfo
645 private TvInputInfo(Parcel in) { method in class:TvInputInfo
[all...]

Completed in 6 milliseconds