| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<SipProfile> |
SipProfile.CREATOR
Parcelable creator.
|
| Modifier and Type | Method and Description |
|---|---|
static SipProfile |
SipProfile.getProfileFromDbId(Context ctxt,
long accountId,
String[] projection)
Helper method to retrieve a SipProfile object from its account database
id.
|
| Modifier and Type | Method and Description |
|---|---|
static ArrayList<SipProfile> |
SipProfile.getAllProfiles(Context ctxt,
boolean onlyActive)
Get the list of sip profiles available.
|
static ArrayList<SipProfile> |
SipProfile.getAllProfiles(Context ctxt,
boolean onlyActive,
String[] projection)
Get the list of sip profiles available.
|
| Constructor and Description |
|---|
SipProfileState(SipProfile account)
Should not be used for external use of the API.
|