Searched refs:isEnterpriseContactId (Results 1 – 11 of 11) sorted by relevance
52 public static boolean isEnterpriseContactId(long contactId) { in isEnterpriseContactId() method in ContactsCompat54 return Contacts.isEnterpriseContactId(contactId); in isEnterpriseContactId()
444 if (isEnterpriseContactId(contactId)) { in lookupFirstName()521 public static boolean isEnterpriseContactId(final long contactId) { in isEnterpriseContactId() method in ContactUtil522 return OsUtil.isAtLeastL() && ContactsContract.Contacts.isEnterpriseContactId(contactId); in isEnterpriseContactId()
66 if (contactId != null && contactId != 0L && Contacts.isEnterpriseContactId(contactId)) { in determineUserType()
84 mIsWorkContact = ContactUtil.isEnterpriseContactId(contactId); in bind()
482 if (ContactUtil.isEnterpriseContactId(participant.getContactId())) { in hasAnyEnterpriseContact()
103 boolean isWorkContact = ContactUtil.isEnterpriseContactId(entry.getContactId()); in bindView()
263 && ContactsCompat.isEnterpriseContactId(contactId)) { in determineUserType()
250 if (contactId != 0 && !Contacts.isEnterpriseContactId(contactId)) { in getCallerInfo()
193 return ContactsCompat.isEnterpriseContactId(contactId); in isEnterpriseContact()
678 if (Contacts.isEnterpriseContactId(contactId)) { in getRawContactEntitlesInfo()
2047 assertFalse(Contacts.isEnterpriseContactId(contactId)); // Make sure it's not rewritten. in testPhoneLookupEnterprise_noCorpProfile()2076 assertFalse(Contacts.isEnterpriseContactId(contactId)); // Make sure it's not rewritten. in testPhoneLookupEnterprise_withCorpProfile_nullResult()2181 assertFalse(Contacts.isEnterpriseContactId(contactId)); in testQueryMergedDataPhones()2188 assertTrue(Contacts.isEnterpriseContactId(contactId)); in testQueryMergedDataPhones()2225 assertFalse(Contacts.isEnterpriseContactId(contactId)); in testQueryMergedDataPhones_nullCorp()2304 assertFalse(Contacts.isEnterpriseContactId(contactId)); in testPhoneLookupEnterprise_withCorpProfile()2321 assertTrue(Contacts.isEnterpriseContactId(contactId)); in testPhoneLookupEnterprise_withCorpProfile()