File
Doc
Category
Size
Date
Package
PhoneAccount.java
API Doc
Android 5.1 API
4396
Sat Mar 14 14:10:06 GMT 2015
android.telecom
PhoneAccount
java.lang.Object
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$Builder
builder
(
android.telecom.PhoneAccountHandle
accountHandle,
java.lang.CharSequence
label)
throw new RuntimeException("Stub!");
public
android.graphics.drawable.Drawable
createIconDrawable
(
android.content.Context
context)
throw new RuntimeException("Stub!");
public
int
describeContents
()
throw new RuntimeException("Stub!");
public
android.telecom.PhoneAccountHandle
getAccountHandle
()
throw new RuntimeException("Stub!");
public
android.net.Uri
getAddress
()
throw new RuntimeException("Stub!");
public
int
getCapabilities
()
throw new RuntimeException("Stub!");
public
int
getHighlightColor
()
throw new RuntimeException("Stub!");
public
android.graphics.Bitmap
getIconBitmap
()
throw new RuntimeException("Stub!");
public
java.lang.String
getIconPackageName
()
throw new RuntimeException("Stub!");
public
int
getIconResId
()
throw new RuntimeException("Stub!");
public
int
getIconTint
()
throw new RuntimeException("Stub!");
public
java.lang.CharSequence
getLabel
()
throw new RuntimeException("Stub!");
public
java.lang.CharSequence
getShortDescription
()
throw new RuntimeException("Stub!");
public
android.net.Uri
getSubscriptionAddress
()
throw new RuntimeException("Stub!");
public
java.util.List
getSupportedUriSchemes
()
throw new RuntimeException("Stub!");
public
boolean
hasCapabilities
(
int
capability)
throw new RuntimeException("Stub!");
public
boolean
supportsUriScheme
(
java.lang.String
uriScheme)
throw new RuntimeException("Stub!");
public
java.lang.String
toString
()
throw new RuntimeException("Stub!");
public void
writeToParcel
(
android.os.Parcel
out,
int
flags)
throw new RuntimeException("Stub!");
Java Code Source