Home
last modified time | relevance | path

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

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