public class

ExchangeSource

extends FallbackSource
java.lang.Object
   ↳ com.android.contacts.model.ContactsSource
     ↳ com.android.contacts.model.FallbackSource
       ↳ com.android.contacts.model.ExchangeSource

Summary

Constants
String ACCOUNT_TYPE
[Expand]
Inherited Constants
From class com.android.contacts.model.FallbackSource
From class com.android.contacts.model.ContactsSource
[Expand]
Inherited Fields
From class com.android.contacts.model.ContactsSource
Public Constructors
ExchangeSource(String resPackageName)
Public Methods
int getHeaderColor(Context context)
int getSideBarColor(Context context)
Protected Methods
void inflate(Context context, int inflateLevel)
Perform the actual inflation to the requested level.
ContactsSource.DataKind inflateEmail(Context context, int inflateLevel)
ContactsSource.DataKind inflateIm(Context context, int inflateLevel)
ContactsSource.DataKind inflateNickname(Context context, int inflateLevel)
ContactsSource.DataKind inflateNote(Context context, int inflateLevel)
ContactsSource.DataKind inflateOrganization(Context context, int inflateLevel)
ContactsSource.DataKind inflatePhone(Context context, int inflateLevel)
ContactsSource.DataKind inflatePhoto(Context context, int inflateLevel)
ContactsSource.DataKind inflateStructuredName(Context context, int inflateLevel)
ContactsSource.DataKind inflateStructuredPostal(Context context, int inflateLevel)
ContactsSource.DataKind inflateWebsite(Context context, int inflateLevel)
[Expand]
Inherited Methods
From class com.android.contacts.model.FallbackSource
From class com.android.contacts.model.ContactsSource
From class java.lang.Object

Constants

public static final String ACCOUNT_TYPE

Constant Value: "com.android.exchange"

Public Constructors

public ExchangeSource (String resPackageName)

Public Methods

public int getHeaderColor (Context context)

public int getSideBarColor (Context context)

Protected Methods

protected void inflate (Context context, int inflateLevel)

Perform the actual inflation to the requested level. Called by ensureInflated(Context, int) when inflation is needed.

protected ContactsSource.DataKind inflateEmail (Context context, int inflateLevel)

protected ContactsSource.DataKind inflateIm (Context context, int inflateLevel)

protected ContactsSource.DataKind inflateNickname (Context context, int inflateLevel)

protected ContactsSource.DataKind inflateNote (Context context, int inflateLevel)

protected ContactsSource.DataKind inflateOrganization (Context context, int inflateLevel)

protected ContactsSource.DataKind inflatePhone (Context context, int inflateLevel)

protected ContactsSource.DataKind inflatePhoto (Context context, int inflateLevel)

protected ContactsSource.DataKind inflateStructuredName (Context context, int inflateLevel)

protected ContactsSource.DataKind inflateStructuredPostal (Context context, int inflateLevel)

protected ContactsSource.DataKind inflateWebsite (Context context, int inflateLevel)