Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public static class

Settings.NameValueTable

extends Object
implements BaseColumns
java.lang.Object
   ↳ android.provider.Settings.NameValueTable
Known Direct Subclasses

Class Overview

Common base for tables of name/value settings.

Summary

Constants
String NAME
String VALUE
[Expand]
Inherited Constants
From interface android.provider.BaseColumns
Public Constructors
Settings.NameValueTable ()
Public Methods
static Uri getUriFor ( Uri uri, String name)
Protected Methods
static boolean putString ( ContentResolver resolver, Uri uri, String name, String value)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String NAME

Added in API level 1

Constant Value: "name"

public static final String VALUE

Added in API level 1

Constant Value: "value"

Public Constructors

public Settings.NameValueTable ()

Added in API level 1

Public Methods

public static Uri getUriFor ( Uri uri, String name)

Added in API level 1

Protected Methods

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

Added in API level 1