java.lang.Object | |||
↳ | com.android.contacts.model.ContactsSource | ||
↳ | com.android.contacts.model.FallbackSource | ||
↳ | com.android.contacts.model.ExternalSource |
Internal structure that represents constraints and styles for a specific data source, such as the various data types they support, including details on how those types should be rendered and edited.
In the future this may be inflated from XML defined by a data source.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Ensure that the constraint rules behind this
ContactsSource have
been inflated. |
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Inflate this
ContactsSource from the given parser. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Ensure that the constraint rules behind this ContactsSource
have
been inflated. Because this may involve parsing meta-data from
PackageManager
, it shouldn't be called from a UI thread.
Inflate this ContactsSource
from the given parser. This may only
load details matching the publicly-defined schema.