Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
DExternalAccountType.java86 private static final String ATTR_ACCOUNT_ICON = "accountTypeIcon"; field in ExternalAccountType
173 syncAdapterPackageName, ATTR_ACCOUNT_ICON); in ExternalAccountType()
352 } else if (ATTR_ACCOUNT_ICON.equals(attr)) { in inflate()