public static class Settings.NameValueTable extends Object implements BaseColumns
Modifier and Type | Field and Description |
---|---|
static String |
NAME |
static String |
VALUE |
_COUNT, _ID
Constructor and Description |
---|
NameValueTable() |
Modifier and Type | Method and Description |
---|---|
static Uri |
getUriFor(Uri uri,
String name) |
protected static boolean |
putString(ContentResolver resolver,
Uri uri,
String name,
String value) |
public static final String NAME
public static final String VALUE