Java android.telecom PhoneAccount fields, constructors, methods, implement or subclass

Example usage for Java android.telecom PhoneAccount fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.telecom PhoneAccount.

The text is from its open source code.

Field

intCAPABILITY_SIM_SUBSCRIPTION
Flag indicating that this PhoneAccount represents a built-in PSTN SIM subscription.
intCAPABILITY_VIDEO_CALLING
Flag indicating that this PhoneAccount is currently able to place video calls.
intCAPABILITY_CALL_SUBJECT
Flag indicating that this PhoneAccount supports a subject for Calls.
StringSCHEME_TEL
URI scheme for telephone number URIs.
StringSCHEME_VOICEMAIL
URI scheme for voicemail URIs.
StringSCHEME_SIP
URI scheme for SIP URIs.
intNO_HIGHLIGHT_COLOR
Indicating no hightlight color is set.

Method

UrigetAddress()
The address (e.g., a phone number) associated with this PhoneAccount .
intgetCapabilities()
The capabilities of this PhoneAccount .
intgetHighlightColor()
A highlight color to use in displaying information about this PhoneAccount .
CharSequencegetLabel()
A short label describing a PhoneAccount .
booleanhasCapabilities(int capability)
Determines if this PhoneAccount has a capabilities specified by the passed in bit mask.