android.provider
Class Settings.NameValueTable
java.lang.Object
android.provider.Settings.NameValueTable
- All Implemented Interfaces:
- BaseColumns
- Direct Known Subclasses:
- Settings.Secure, Settings.System
- Enclosing class:
- Settings
public static class Settings.NameValueTable
- extends Object
- implements BaseColumns
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final String NAME
- See Also:
- Constant Field Values
VALUE
public static final String VALUE
- See Also:
- Constant Field Values
Settings.NameValueTable
public Settings.NameValueTable()
putString
protected static boolean putString(ContentResolver resolver,
Uri uri,
String name,
String value)
getUriFor
public static Uri getUriFor(Uri uri,
String name)
Copyright © 2008-2012. All Rights Reserved.