Contacts 10
Package Index
|
Class Index
com.android.contacts
com.android.contacts.model
com.android.contacts.ui
com.android.contacts.ui.widget
com.android.contacts.util
Interfaces
ContactsSource.StringInflater
Editor
Editor.EditorListener
Classes
ContactsSource
ContactsSource.DataKind
ContactsSource.EditField
ContactsSource.EditType
EntityDelta
EntityDelta.ValuesDelta
EntityDiff
EntityModifier
EntitySet
ExchangeSource
ExternalSource
FallbackSource
FallbackSource.CommonInflater
FallbackSource.EmailActionInflater
FallbackSource.EventActionInflater
FallbackSource.ImActionInflater
FallbackSource.PhoneActionAltInflater
FallbackSource.PhoneActionInflater
FallbackSource.PostalActionInflater
FallbackSource.SimpleInflater
GoogleSource
Sources
Package Index
|
Class Index
View Source
Summary:
Ctors
|
Methods
|
Protected Methods
|
Inherited Methods
|
[Expand All]
public static abstract class
FallbackSource.CommonInflater
extends
Object
implements
ContactsSource.StringInflater
java.lang.Object
↳
com.android.contacts.model.FallbackSource.CommonInflater
Known Direct Subclasses
FallbackSource.EmailActionInflater
,
FallbackSource.EventActionInflater
,
FallbackSource.ImActionInflater
,
FallbackSource.PhoneActionAltInflater
,
FallbackSource.PhoneActionInflater
,
FallbackSource.PostalActionInflater
FallbackSource.EmailActionInflater
FallbackSource.EventActionInflater
FallbackSource.ImActionInflater
FallbackSource.PhoneActionAltInflater
FallbackSource.PhoneActionInflater
FallbackSource.PostalActionInflater
Summary
Public Constructors
FallbackSource.CommonInflater
()
Public Methods
CharSequence
inflateUsing
(
Context
context,
ContentValues
values)
CharSequence
inflateUsing
(
Context
context,
Cursor
cursor)
Protected Methods
String
getLabelColumn
()
String
getTypeColumn
()
CharSequence
getTypeLabel
(
Resources
res,
Integer
type,
CharSequence
label)
abstract int
getTypeLabelResource
(
Integer
type)
boolean
isCustom
(
Integer
type)
[Expand]
Inherited Methods
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
From interface
com.android.contacts.model.ContactsSource.StringInflater
abstract
CharSequence
inflateUsing
(
Context
context,
ContentValues
values)
abstract
CharSequence
inflateUsing
(
Context
context,
Cursor
cursor)
Public Constructors
public
FallbackSource.CommonInflater
()
Public Methods
public
CharSequence
inflateUsing
(
Context
context,
ContentValues
values)
public
CharSequence
inflateUsing
(
Context
context,
Cursor
cursor)
Protected Methods
protected
String
getLabelColumn
()
protected
String
getTypeColumn
()
protected
CharSequence
getTypeLabel
(
Resources
res,
Integer
type,
CharSequence
label)
protected abstract int
getTypeLabelResource
(
Integer
type)
protected boolean
isCustom
(
Integer
type)