| java.lang.Object | |
| ↳ | android.provider.ContactsContract.Preferences | 
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | DISPLAY_ORDER | A key in the android.provider.Settingsprovider
 that stores the preferred display order for contacts (given name first vs. | |||||||||
| int | DISPLAY_ORDER_ALTERNATIVE | The value for the DISPLAY_ORDER key corresponding to showing the family name first. | |||||||||
| int | DISPLAY_ORDER_PRIMARY | The value for the DISPLAY_ORDER key corresponding to showing the given name first. | |||||||||
| String | SORT_ORDER | A key in the android.provider.Settingsprovider
 that stores the preferred sorting order for contacts (by given name vs. | |||||||||
| int | SORT_ORDER_ALTERNATIVE | The value for the SORT_ORDER key corresponding to sorting by family name first. | |||||||||
| int | SORT_ORDER_PRIMARY | The value for the SORT_ORDER key corresponding to sorting by given name first. | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Object | |||||||||||
A key in the android.provider.Settings provider
 that stores the preferred display order for contacts (given name first vs. family
 name first).
The value for the DISPLAY_ORDER key corresponding to showing the family name first.
The value for the DISPLAY_ORDER key corresponding to showing the given name first.
A key in the android.provider.Settings provider
 that stores the preferred sorting order for contacts (by given name vs. by family name).
The value for the SORT_ORDER key corresponding to sorting by family name first.
The value for the SORT_ORDER key corresponding to sorting by given name first.