Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
DExternalAccountType.java75 private static final String ATTR_INVITE_CONTACT_ACTION_LABEL = "inviteContactActionLabel"; field in ExternalAccountType
167 syncAdapterPackageName, ATTR_INVITE_CONTACT_ACTION_LABEL); in ExternalAccountType()
336 } else if (ATTR_INVITE_CONTACT_ACTION_LABEL.equals(attr)) { in inflate()