OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:buildDiff
(Results
1 - 7
of
7
) sorted by null
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntityDiff.java
46
public static EntityDiff
buildDiff
(Entity before, Entity after, Uri targetUri,
EntitySet.java
114
public ArrayList<ContentProviderOperation>
buildDiff
() {
134
delta.
buildDiff
(diff);
EntityDelta.java
369
public void
buildDiff
(ArrayList<ContentProviderOperation> buildInto) {
388
builder = mValues.
buildDiff
(RawContacts.CONTENT_URI);
397
builder = child.
buildDiff
(Data.CONTENT_URI);
792
public ContentProviderOperation.Builder
buildDiff
(Uri targetUri) {
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactDelta.java
454
public void
buildDiff
(ArrayList<ContentProviderOperation> buildInto) {
473
builder = mValues.
buildDiff
(mContactsQueryUri);
484
builder = child.
buildDiff
(Uri.withAppendedPath(Profile.CONTENT_URI,
487
builder = child.
buildDiff
(Data.CONTENT_URI);
526
* For compatibility purpose, this method is copied from {@link #
buildDiff
} and takes an
RawContactDeltaList.java
130
public ArrayList<ContentProviderOperation>
buildDiff
() {
132
Log.v(TAG, "
buildDiff
: list=" + toString());
155
delta.
buildDiff
(diff);
209
Log.v(TAG, "
buildDiff
: ops=" + diffToString(diff));
215
* For compatibility purpose, this method is copied from {@link #
buildDiff
} and returns an
297
Log.v(TAG, "
buildDiff
: ops=" + diffToStringWrapper(diffWrapper));
ValuesDelta.java
413
public ContentProviderOperation.Builder
buildDiff
(Uri targetUri) {
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
CustomContactListFilterActivity.java
364
public ContentProviderOperation
buildDiff
() {
441
public ArrayList<ContentProviderOperation>
buildDiff
() {
444
account.
buildDiff
(diff);
528
public void
buildDiff
(ArrayList<ContentProviderOperation> diff) {
530
final ContentProviderOperation oper = group.
buildDiff
();
534
final ContentProviderOperation oper = group.
buildDiff
();
836
final ArrayList<ContentProviderOperation> diff = mAdapter.mAccounts.
buildDiff
();
[
all
...]
Completed in 1205 milliseconds