Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
DExternalAccountType.java85 private static final String ATTR_ACCOUNT_LABEL = "accountTypeLabel"; field in ExternalAccountType
171 syncAdapterPackageName, ATTR_ACCOUNT_LABEL); in ExternalAccountType()
350 } else if (ATTR_ACCOUNT_LABEL.equals(attr)) { in inflate()