android.content
public
abstract
class
android.content.AbstractTableMerger
Summary
Fields
Public Constructors
Public Methods
Protected Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Fields
protected
String
mDeletedTable
protected
Uri
mDeletedTableURL
Public Constructors
Public Methods
Carry out a merge of the given diffs, and add the results to
the given MergeResult. If we are the first merge to find
client-side diffs, we'll use the given ContentProvider to
construct a temporary instance to hold them.
public
void
onMergeCancelled()
Protected Methods
protected
void
cursorRowToContentValues(Cursor cursor, ContentValues map)
Converts cursor into a Map, using the correct types for the values.
protected
void
deleteRow(long localPersonID, Cursor localCursor)
protected
abstract
void
notifyChanges()