Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/contacts/common/
DMoreContactUtils.java200 public static Intent getInvitableIntent(AccountType accountType, Uri lookupUri) { in getInvitableIntent() method in MoreContactUtils
/packages/apps/Contacts/src/com/android/contacts/
DMoreContactUtils.java228 public static Intent getInvitableIntent(AccountType accountType, Uri lookupUri) { in getInvitableIntent() method in MoreContactUtils
/packages/apps/Dialer/java/com/android/contacts/common/model/
DAccountTypeManager.java717 Intent invitableIntent = MoreContactUtils.getInvitableIntent(accountType, SAMPLE_CONTACT_URI); in findUsableInvitableAccountTypes()