HomeSort by relevance Sort by last modified time
    Searched defs:buildDiffWrapper (Results 1 - 4 of 4) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactDelta.java 529 public void buildDiffWrapper(ArrayList<CPOWrapper> buildInto) {
546 BuilderWrapper bw = mValues.buildDiffWrapper(mContactsQueryUri);
557 bw = child.buildDiffWrapper(Uri.withAppendedPath(Profile.CONTENT_URI,
560 bw = child.buildDiffWrapper(Data.CONTENT_URI);
RawContactDeltaList.java 218 public ArrayList<CPOWrapper> buildDiffWrapper() {
220 Log.v(TAG, "buildDiffWrapper: list=" + toString());
243 delta.buildDiffWrapper(diffWrapper);
ValuesDelta.java 420 public BuilderWrapper buildDiffWrapper(Uri targetUri) {
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactDeltaListTests.java 184 delta.buildDiffWrapper(diff);
189 assertDiffPattern(set.buildDiffWrapper(), pattern);
324 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper();
335 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper();
346 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper();
358 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper();
370 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper();

Completed in 78 milliseconds