HomeSort by relevance Sort by last modified time
    Searched refs:buildDiff (Results 1 - 9 of 9) sorted by null

  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
ValuesDeltaTests.java 59 * Test that {@link ValuesDelta#buildDiff(android.net.Uri)} is correctly
71 final Builder builder = values.buildDiff(Data.CONTENT_URI);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
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) {
EntityDiff.java 46 public static EntityDiff buildDiff(Entity before, Entity after, 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...]
  /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/Contacts/src/com/android/contacts/activities/
ConfirmAddDetailActivity.java     [all...]

Completed in 285 milliseconds