Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/calllog/
DIntentProvider.java172 == ContactsContract.DisplayNameSources.ORGANIZATION) {
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DContact.java321 return DisplayNameSources.ORGANIZATION == mDisplayNameSource; in isDisplayNameFromOrganization()
/packages/apps/Contacts/src/com/android/contacts/detail/
DContactDisplayUtils.java121 == DisplayNameSources.ORGANIZATION; in getCompany()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
DBaseAccountType.java109 static final int ORGANIZATION = 125; field
371 R.string.organizationLabelsGroup, Weight.ORGANIZATION, true)); in addDataKindOrganization()
1249 Weight.ORGANIZATION, in parseDataKind()
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
DContactFragment.java444 && mDisplayNameSource == DisplayNameSources.ORGANIZATION in buildEntries()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java3315 + RawContacts.DISPLAY_NAME_SOURCE + "=" + DisplayNameSources.ORGANIZATION, in upgradeOrganizationsToVersion205()
5150 return DisplayNameSources.ORGANIZATION; in getDisplayNameSourceForMimeTypeId()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java2816 == DisplayNameSources.ORGANIZATION) { in onOptionsItemSelected()