Android
android.provider
public static final class

android.provider.Contacts.Settings

java.lang.Object
android.provider.Contacts.Settings BaseColumns Contacts.SettingsColumns

The settings over all of the people

Summary

Constants

      Value  
String  CONTENT_DIRECTORY  The directory twig for this sub-table   "settings" 
Uri  CONTENT_URI  The content:// style URL for this table      
String  DEFAULT_SORT_ORDER  The default sort order for this table   "key ASC" 
String  SYNC_EVERYTHING  A setting that is used to indicate if we should sync down all groups for the specified account.  "syncEverything" 
Constants inherited from interface android.provider.BaseColumns
Constants inherited from interface android.provider.Contacts.SettingsColumns

Public Methods

      static    String  getSetting(ContentResolver cr, String account, String key)
      static    void  setSetting(ContentResolver cr, String account, String key, String value)
Methods inherited from class java.lang.Object

Details

Constants

public static final String CONTENT_DIRECTORY

The directory twig for this sub-table
Constant Value: "settings"

public static final Uri CONTENT_URI

The content:// style URL for this table

public static final String DEFAULT_SORT_ORDER

The default sort order for this table
Constant Value: "key ASC"

public static final String SYNC_EVERYTHING

A setting that is used to indicate if we should sync down all groups for the specified account. For this setting the _SYNC_ACCOUNT column must be set. If this isn't set then we will only sync the groups whose SHOULD_SYNC column is set to true.

This is a boolean setting. It is true if it is set and it is anything other than the emptry string or "0".

Constant Value: "syncEverything"

Public Methods

public static String getSetting(ContentResolver cr, String account, String key)

public static void setSetting(ContentResolver cr, String account, String key, String value)

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48