Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
DExternalAccountType.java78 private static final String ATTR_VIEW_GROUP_ACTION_LABEL = "viewGroupActionLabel"; field in ExternalAccountType
169 syncAdapterPackageName, ATTR_VIEW_GROUP_ACTION_LABEL); in ExternalAccountType()
342 } else if (ATTR_VIEW_GROUP_ACTION_LABEL.equals(attr)) { in inflate()