Home
last modified time | relevance | path

Searched refs:addDataKindPhone (Results 1 – 5 of 5) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
DGoogleAccountType.java59 addDataKindPhone(context); in GoogleAccountType()
84 protected DataKind addDataKindPhone(Context context) throws DefinitionException { in addDataKindPhone() method in GoogleAccountType
85 final DataKind kind = super.addDataKindPhone(context); in addDataKindPhone()
DSamsungAccountType.java60 addDataKindPhone(context); in SamsungAccountType()
129 protected DataKind addDataKindPhone(Context context) throws DefinitionException { in addDataKindPhone() method in SamsungAccountType
130 final DataKind kind = super.addDataKindPhone(context); in addDataKindPhone()
DExchangeAccountType.java58 addDataKindPhone(context); in ExchangeAccountType()
174 protected DataKind addDataKindPhone(Context context) throws DefinitionException { in addDataKindPhone() method in ExchangeAccountType
175 final DataKind kind = super.addDataKindPhone(context); in addDataKindPhone()
DFallbackAccountType.java44 addDataKindPhone(context); in FallbackAccountType()
DBaseAccountType.java256 protected DataKind addDataKindPhone(Context context) throws DefinitionException { in addDataKindPhone() method in BaseAccountType