Stay organized with collections
Save and categorize content based on your preferences.
DisplayNameSources
interface DisplayNameSources
Types of data used to produce the display name for a contact. In the order of increasing priority: EMAIL
, PHONE
, ORGANIZATION
, NICKNAME
, STRUCTURED_PHONETIC_NAME
, STRUCTURED_NAME
.
Summary
Constants |
static Int |
|
static Int |
|
static Int |
|
static Int |
|
static Int |
|
static Int |
Display name comes from a structured name that only has phonetic components.
|
static Int |
|
Constants
EMAIL
static val EMAIL: Int
Value: 10
NICKNAME
static val NICKNAME: Int
Value: 35
ORGANIZATION
static val ORGANIZATION: Int
Value: 30
PHONE
static val PHONE: Int
Value: 20
STRUCTURED_NAME
static val STRUCTURED_NAME: Int
Value: 40
STRUCTURED_PHONETIC_NAME
static val STRUCTURED_PHONETIC_NAME: Int
Display name comes from a structured name that only has phonetic components.
Value: 37
UNDEFINED
static val UNDEFINED: Int
Value: 0
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# ContactsContract.DisplayNameSources\n\nAdded in [API level 11](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nDisplayNameSources\n==================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/provider/ContactsContract.DisplayNameSources \"View this page in Java\") \n\n```\ninterface DisplayNameSources\n```\n\n|-----------------------------------------------------------|\n| [android.provider.ContactsContract.DisplayNameSources](#) |\n\nTypes of data used to produce the display name for a contact. In the order of increasing priority: [EMAIL](#EMAIL:kotlin.Int), [PHONE](#PHONE:kotlin.Int), [ORGANIZATION](#ORGANIZATION:kotlin.Int), [NICKNAME](#NICKNAME:kotlin.Int), [STRUCTURED_PHONETIC_NAME](#STRUCTURED_PHONETIC_NAME:kotlin.Int), [STRUCTURED_NAME](#STRUCTURED_NAME:kotlin.Int).\n\nSummary\n-------\n\n| Constants ||\n|-----------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------|\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [EMAIL](#EMAIL:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [NICKNAME](#NICKNAME:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [ORGANIZATION](#ORGANIZATION:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [PHONE](#PHONE:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [STRUCTURED_NAME](#STRUCTURED_NAME:kotlin.Int) \u003cbr /\u003e |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [STRUCTURED_PHONETIC_NAME](#STRUCTURED_PHONETIC_NAME:kotlin.Int) Display name comes from a structured name that only has phonetic components. |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [UNDEFINED](#UNDEFINED:kotlin.Int) \u003cbr /\u003e |\n\nConstants\n---------\n\n### EMAIL\n\nAdded in [API level 11](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val EMAIL: Int\n``` \n\n Value: 10\n\n### NICKNAME\n\nAdded in [API level 11](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val NICKNAME: Int\n``` \n\n Value: 35\n\n### ORGANIZATION\n\nAdded in [API level 11](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val ORGANIZATION: Int\n``` \n\n Value: 30\n\n### PHONE\n\nAdded in [API level 11](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val PHONE: Int\n``` \n\n Value: 20\n\n### STRUCTURED_NAME\n\nAdded in [API level 11](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val STRUCTURED_NAME: Int\n``` \n\n Value: 40\n\n### STRUCTURED_PHONETIC_NAME\n\nAdded in [API level 23](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val STRUCTURED_PHONETIC_NAME: Int\n```\n\nDisplay name comes from a structured name that only has phonetic components. \n\n Value: 37\n\n### UNDEFINED\n\nAdded in [API level 11](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val UNDEFINED: Int\n``` \n\n Value: 0"]]