# Print output for @column tags ?> Settings.NameValueTable - Android SDK | Android Developers

Most visited


Recently visited


Settings.NameValueTable

public static class Settings.NameValueTable
extends Object implements BaseColumns

java.lang.Object
   ↳ android.provider.Settings.NameValueTable


Common base for tables of name/value settings.

Summary


Constants

String NAME

String VALUE

Inherited constants

Public constructors

NameValueTable()

Public methods

static Uri getUriFor(Uri uri, String name)

Protected methods

static boolean putString(ContentResolver resolver, Uri uri, String name, String value)

Inherited methods

Constants


NAME

public static final String NAME

Constant Value: "name"

VALUE

public static final String VALUE

Constant Value: "value"

Public constructors


NameValueTable

public NameValueTable ()

Public methods


getUriFor

public static Uri getUriFor (Uri uri, 
                String name)

Parameters
uri Uri

name String

Returns
Uri

Protected methods


putString

protected static boolean putString (ContentResolver resolver, 
                Uri uri, 
                String name, 
                String value)

Parameters
resolver ContentResolver

uri Uri

name String

value String

Returns
boolean

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.