public class PrintingPrefContentValues
extends java.lang.Object
inventory
table.Modifier and Type | Field and Description |
---|---|
protected android.content.ContentValues |
mContentValues |
Constructor and Description |
---|
PrintingPrefContentValues() |
Modifier and Type | Method and Description |
---|---|
android.net.Uri |
insert(android.content.ContentResolver contentResolver)
Inserts a row into a table using the values stored by this object.
|
PrintingPrefContentValues |
putType(java.lang.String value) |
PrintingPrefContentValues |
putValues(java.lang.String values) |
int |
update(android.content.ContentResolver contentResolver,
PrintingPrefSelection where)
Update row(s) using the values stored by this object and the given selection.
|
android.net.Uri |
uri() |
android.content.ContentValues |
values()
Returns the
ContentValues wrapped by this object. |
public android.net.Uri uri()
public android.content.ContentValues values()
ContentValues
wrapped by this object.public android.net.Uri insert(android.content.ContentResolver contentResolver)
contentResolver
- The content resolver to use.public int update(android.content.ContentResolver contentResolver, PrintingPrefSelection where)
contentResolver
- The content resolver to use.where
- The selection to use (can be null
).public PrintingPrefContentValues putType(java.lang.String value)
public PrintingPrefContentValues putValues(java.lang.String values)