File
Doc
Category
Size
Date
Package
TvInputInfo.java
API Doc
Android 5.1 API
2014
Sat Mar 14 14:09:40 GMT 2015
android.media.tv
TvInputInfo
java.lang.Object
public final class TvInputInfo extends Object implements android.os.Parcelable
Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public static final String
EXTRA_INPUT_ID
public static final int
TYPE_COMPONENT
public static final int
TYPE_COMPOSITE
public static final int
TYPE_DISPLAY_PORT
public static final int
TYPE_DVI
public static final int
TYPE_HDMI
public static final int
TYPE_OTHER
public static final int
TYPE_SCART
public static final int
TYPE_SVIDEO
public static final int
TYPE_TUNER
public static final int
TYPE_VGA
Constructors Summary
TvInputInfo
()
throw new RuntimeException("Stub!");
Methods Summary
public
android.content.Intent
createSettingsIntent
()
throw new RuntimeException("Stub!");
public
android.content.Intent
createSetupIntent
()
throw new RuntimeException("Stub!");
public
int
describeContents
()
throw new RuntimeException("Stub!");
public
boolean
equals
(
java.lang.Object
o)
throw new RuntimeException("Stub!");
public
java.lang.String
getId
()
throw new RuntimeException("Stub!");
public
java.lang.String
getParentId
()
throw new RuntimeException("Stub!");
public
android.content.pm.ServiceInfo
getServiceInfo
()
throw new RuntimeException("Stub!");
public
int
getType
()
throw new RuntimeException("Stub!");
public
int
hashCode
()
throw new RuntimeException("Stub!");
public
boolean
isPassthroughInput
()
throw new RuntimeException("Stub!");
public
android.graphics.drawable.Drawable
loadIcon
(
android.content.Context
context)
throw new RuntimeException("Stub!");
public
java.lang.CharSequence
loadLabel
(
android.content.Context
context)
throw new RuntimeException("Stub!");
public
java.lang.String
toString
()
throw new RuntimeException("Stub!");
public void
writeToParcel
(
android.os.Parcel
dest,
int
flags)
throw new RuntimeException("Stub!");
Java Code Source