FileDocCategorySizeDatePackage
PhoneAccount.javaAPI DocAndroid 5.1 API4396Sat Mar 14 14:10:06 GMT 2015android.telecom

PhoneAccount

public class PhoneAccount extends Object implements android.os.Parcelable

Fields Summary
public static final int
CAPABILITY_CONNECTION_MANAGER
public static final int
CAPABILITY_PLACE_EMERGENCY_CALLS
public static final int
CAPABILITY_SIM_SUBSCRIPTION
public static final android.os.Parcelable.Creator
CREATOR
public static final int
NO_HIGHLIGHT_COLOR
public static final int
NO_ICON_TINT
public static final int
NO_RESOURCE_ID
public static final String
SCHEME_SIP
public static final String
SCHEME_TEL
public static final String
SCHEME_VOICEMAIL
Constructors Summary
PhoneAccount()

 throw new RuntimeException("Stub!"); 
Methods Summary
public static android.telecom.PhoneAccount$Builderbuilder(android.telecom.PhoneAccountHandle accountHandle, java.lang.CharSequence label)

 throw new RuntimeException("Stub!"); 
public android.graphics.drawable.DrawablecreateIconDrawable(android.content.Context context)

 throw new RuntimeException("Stub!"); 
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public android.telecom.PhoneAccountHandlegetAccountHandle()

 throw new RuntimeException("Stub!"); 
public android.net.UrigetAddress()

 throw new RuntimeException("Stub!"); 
public intgetCapabilities()

 throw new RuntimeException("Stub!"); 
public intgetHighlightColor()

 throw new RuntimeException("Stub!"); 
public android.graphics.BitmapgetIconBitmap()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetIconPackageName()

 throw new RuntimeException("Stub!"); 
public intgetIconResId()

 throw new RuntimeException("Stub!"); 
public intgetIconTint()

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetLabel()

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetShortDescription()

 throw new RuntimeException("Stub!"); 
public android.net.UrigetSubscriptionAddress()

 throw new RuntimeException("Stub!"); 
public java.util.ListgetSupportedUriSchemes()

 throw new RuntimeException("Stub!"); 
public booleanhasCapabilities(int capability)

 throw new RuntimeException("Stub!"); 
public booleansupportsUriScheme(java.lang.String uriScheme)

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel out, int flags)

 throw new RuntimeException("Stub!");