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

/frameworks/base/media/java/android/media/tv/
H A DTvInputInfo.java66 public final class TvInputInfo implements Parcelable { class in inherits:Parcelable
68 private static final String TAG = "TvInputInfo";
153 * Create a new instance of the TvInputInfo class, instantiating it from the given Context,
159 * @param label The label of this TvInputInfo. If it is {@code null} or empty, {@code service}
169 public static TvInputInfo createTvInputInfo(Context context, ResolveInfo service,
172 TvInputInfo info = new TvInputInfo.Builder(context, service)
182 * Create a new instance of the TvInputInfo class, instantiating it from the given Context,
188 * @param labelRes The label resource ID of this TvInputInfo. If it is {@code 0},
197 public static TvInputInfo createTvInputInf
260 private TvInputInfo(ResolveInfo service, String id, int type, boolean isHardwareInput, method in class:TvInputInfo
622 private TvInputInfo(Parcel in) { method in class:TvInputInfo
[all...]

Completed in 46 milliseconds