HomeSort by relevance Sort by last modified time
    Searched full:contactssource (Results 1 - 11 of 11) sorted by null

  /packages/providers/ContactsProvider/tests/res/xml/
contacts.xml 17 <ContactsSource xmlns:android="http://schemas.android.com/apk/res/android">
21 </ContactsSource>
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ExchangeSource.java 66 final DataKind kind = super.inflateStructuredName(context, ContactsSource.LEVEL_MIMETYPES);
68 if (inflateLevel >= ContactsSource.LEVEL_CONSTRAINTS) {
110 final DataKind kind = super.inflateNickname(context, ContactsSource.LEVEL_MIMETYPES);
112 if (inflateLevel >= ContactsSource.LEVEL_CONSTRAINTS) {
125 final DataKind kind = super.inflatePhone(context, ContactsSource.LEVEL_MIMETYPES);
127 if (inflateLevel >= ContactsSource.LEVEL_CONSTRAINTS) {
157 final DataKind kind = super.inflateEmail(context, ContactsSource.LEVEL_MIMETYPES);
159 if (inflateLevel >= ContactsSource.LEVEL_CONSTRAINTS) {
171 final DataKind kind = super.inflateStructuredPostal(context, ContactsSource.LEVEL_MIMETYPES);
173 if (inflateLevel >= ContactsSource.LEVEL_CONSTRAINTS)
    [all...]
Sources.java 19 import com.android.loaderapp.model.ContactsSource.DataKind;
48 * Singleton holder for all parsed {@link ContactsSource} available on the
58 private ContactsSource mFallbackSource = null;
60 private HashMap<String, ContactsSource> mSources = Maps.newHashMap();
112 public Sources(ContactsSource... sources) {
113 for (ContactsSource source : sources) {
118 protected void addSource(ContactsSource source) {
160 for (ContactsSource source : mSources.values()) {
170 for (ContactsSource source : mSources.values()) {
207 ContactsSource source
    [all...]
GoogleSource.java 84 final DataKind kind = super.inflatePhone(context, ContactsSource.LEVEL_MIMETYPES);
86 if (inflateLevel >= ContactsSource.LEVEL_CONSTRAINTS) {
108 final DataKind kind = super.inflateEmail(context, ContactsSource.LEVEL_MIMETYPES);
110 if (inflateLevel >= ContactsSource.LEVEL_CONSTRAINTS) {
ExternalSource.java 79 final String CONTACTS_SOURCE = "ContactsSource";
89 * Ensure that the constraint rules behind this {@link ContactsSource} have
115 * Inflate this {@link ContactsSource} from the given parser. This may only
FallbackSource.java 42 public class FallbackSource extends ContactsSource {
112 if (inflateLevel >= ContactsSource.LEVEL_CONSTRAINTS) {
166 if (inflateLevel >= ContactsSource.LEVEL_CONSTRAINTS) {
189 if (inflateLevel >= ContactsSource.LEVEL_CONSTRAINTS) {
232 if (inflateLevel >= ContactsSource.LEVEL_CONSTRAINTS) {
258 if (inflateLevel >= ContactsSource.LEVEL_CONSTRAINTS) {
317 if (inflateLevel >= ContactsSource.LEVEL_CONSTRAINTS) {
353 if (inflateLevel >= ContactsSource.LEVEL_CONSTRAINTS) {
377 if (inflateLevel >= ContactsSource.LEVEL_CONSTRAINTS) {
396 if (inflateLevel >= ContactsSource.LEVEL_CONSTRAINTS)
    [all...]
ContactsSource.java 48 public abstract class ContactsSource {
93 * Ensure that this {@link ContactsSource} has been inflated to the
109 * Invalidate any cache for this {@link ContactsSource}, removing all
  /development/samples/SampleSyncAdapter/res/xml/
contacts.xml 20 <ContactsSource
31 </ContactsSource>
  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactFragment.java 23 import com.android.loaderapp.model.ContactsSource;
28 import com.android.loaderapp.model.ContactsSource.DataKind;
349 ContactsSource contactsSource = sources.getInflatedSource(accountType,
350 ContactsSource.LEVEL_SUMMARY);
351 if (contactsSource != null && contactsSource.readOnly) {
368 context, ContactsSource.LEVEL_MIMETYPES);
412 imMime, context, ContactsSource.LEVEL_MIMETYPES);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
ExternalAccountType.java 52 private static final String TAG_CONTACTS_SOURCE_LEGACY = "ContactsSource";
  /frameworks/base/docs/html/guide/topics/providers/
contacts-provider.jd     [all...]

Completed in 292 milliseconds