Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
DAccountType.java208 protected int getInviteContactActionResId() { in getInviteContactActionResId() method in AccountType
242 return getResourceText(context, syncAdapterPackageName, getInviteContactActionResId(), ""); in getInviteContactActionLabel()
DExternalAccountType.java272 protected int getInviteContactActionResId() { in getInviteContactActionResId() method in ExternalAccountType
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/account/
DAccountTypeTest.java72 @Override protected int getInviteContactActionResId() { in testGetInviteContactActionLabel()