Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/contacts/common/model/
DAccountTypeManager.java717 Intent invitableIntent = MoreContactUtils.getInvitableIntent(accountType, SAMPLE_CONTACT_URI); in findUsableInvitableAccountTypes() local
718 if (invitableIntent == null) { in findUsableInvitableAccountTypes()
723 packageManager.resolveActivity(invitableIntent, PackageManager.MATCH_DEFAULT_ONLY); in findUsableInvitableAccountTypes()