to top
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

? Examples
Settings.NameValueTable()
Public Methods

? Examples
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

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.