Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/provider/
DContactsInternal.java98 ? ContactsContract.Contacts.ENTERPRISE_CONTACT_ID_BASE //contact id will be ignored in maybeStartManagedQuickContact()
125 (contactId - ContactsContract.Contacts.ENTERPRISE_CONTACT_ID_BASE); in maybeStartManagedQuickContact()
DContactsContract.java1848 public static long ENTERPRISE_CONTACT_ID_BASE = 1000000000; // slightly smaller than 2 ** 30 field in ContactsContract.Contacts
1864 return (contactId >= ENTERPRISE_CONTACT_ID_BASE) && (contactId < Profile.MIN_ID); in isEnterpriseContactId()
5263 realContactId = contactId - Contacts.ENTERPRISE_CONTACT_ID_BASE; in queryRawContactEntity()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt41118 Landroid/provider/ContactsContract$Contacts;->ENTERPRISE_CONTACT_ID_BASE:J