Contacts.PeopleColumns
  public
  static
  
  
  interface
  Contacts.PeopleColumns
  
  
  
| android.provider.Contacts.PeopleColumns | 
      This interface was deprecated
      in API level 5.
    see ContactsContract
  
Columns from the People table that other tables join into themselves.
Summary
Constants | |
|---|---|
String | 
        
          CUSTOM_RINGTONE
          
      This constant is deprecated.
    see   | 
    
String | 
        
          DISPLAY_NAME
          
      This constant is deprecated.
    see   | 
    
String | 
        
          LAST_TIME_CONTACTED
          
      This constant is deprecated.
    see   | 
    
String | 
        
          NAME
          
      This constant is deprecated.
    see   | 
    
String | 
        
          NOTES
          
      This constant is deprecated.
    see   | 
    
String | 
        
          PHONETIC_NAME
          
      This constant was deprecated
      in API level 5.
    see   | 
    
String | 
        
          PHOTO_VERSION
          
      This constant is deprecated.
    see   | 
    
String | 
        
          SEND_TO_VOICEMAIL
          
      This constant is deprecated.
    see   | 
    
String | 
        
          STARRED
          
      This constant is deprecated.
    see   | 
    
String | 
        
          TIMES_CONTACTED
          
      This constant is deprecated.
    see   | 
    
Constants
CUSTOM_RINGTONE
public static final String CUSTOM_RINGTONE
      This constant is deprecated.
    see ContactsContract
  
A custom ringtone associated with a person. Not always present.
Type: TEXT (URI to the ringtone)
Constant Value: "custom_ringtone"
DISPLAY_NAME
public static final String DISPLAY_NAME
      This constant is deprecated.
    see ContactsContract
  
The display name. If name is not null name, else if number is not null number, else if email is not null email.
Type: TEXT
Constant Value: "display_name"
LAST_TIME_CONTACTED
public static final String LAST_TIME_CONTACTED
      This constant is deprecated.
    see ContactsContract
  
The last time a person was contacted.
Type: INTEGER
Constant Value: "last_time_contacted"
NAME
public static final String NAME
      This constant is deprecated.
    see ContactsContract
  
The person's name.
Type: TEXT
Constant Value: "name"
NOTES
public static final String NOTES
      This constant is deprecated.
    see ContactsContract
  
Notes about the person.
Type: TEXT
Constant Value: "notes"
PHONETIC_NAME
public static final String PHONETIC_NAME
      This constant was deprecated
      in API level 5.
    see ContactsContract
  
Phonetic equivalent of the person's name, in a locale-dependent character set (e.g. hiragana for Japanese). Used for pronunciation and/or collation in some languages.
Type: TEXT
Constant Value: "phonetic_name"
PHOTO_VERSION
public static final String PHOTO_VERSION
      This constant is deprecated.
    see ContactsContract
  
The server version of the photo
Type: TEXT (the version number portion of the photo URI)
Constant Value: "photo_version"
SEND_TO_VOICEMAIL
public static final String SEND_TO_VOICEMAIL
      This constant is deprecated.
    see ContactsContract
  
Whether the person should always be sent to voicemail. Not always present.
Type: INTEGER (0 for false, 1 for true)
Constant Value: "send_to_voicemail"
STARRED
public static final String STARRED
      This constant is deprecated.
    see ContactsContract
  
Is the contact starred?
Type: INTEGER (boolean)
Constant Value: "starred"
TIMES_CONTACTED
public static final String TIMES_CONTACTED
      This constant is deprecated.
    see ContactsContract
  
The number of times a person has been contacted
Type: INTEGER
Constant Value: "times_contacted"