Android
android.provider
public static class

android.provider.Settings.NameValueTable

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

Common base for tables of name/value settings.

Known Direct Subclasses

Summary

Constants

      Value  
String  NAME    "name" 
String  VALUE    "value" 
Constants inherited 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)
Methods inherited from class java.lang.Object

Details

Constants

public static final String NAME

Constant Value: "name"

public static final String VALUE

Constant Value: "value"

Public Constructors

public Settings.NameValueTable()

Public Methods

public static Uri getUriFor(Uri uri, String name)

Protected Methods

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

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