Android
android.provider
public static interface

android.provider.Contacts.SettingsColumns

android.provider.Contacts.SettingsColumns

Columns from the Settings table that other columns join into themselves.

Known Indirect Subclasses

Summary

Constants

      Value  
String  KEY  The key of this setting.  "key" 
String  VALUE  The value of this setting.  "value" 
String  _SYNC_ACCOUNT  The _SYNC_ACCOUNT to which this setting corresponds.  "_sync_account" 

Details

Constants

public static final String KEY

The key of this setting.

Type: TEXT

Constant Value: "key"

public static final String VALUE

The value of this setting.

Type: TEXT

Constant Value: "value"

public static final String _SYNC_ACCOUNT

The _SYNC_ACCOUNT to which this setting corresponds. This may be null.

Type: TEXT

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