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

  /packages/apps/Contacts/src/com/android/contacts/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 128 public ArrayList<CPOWrapper> buildDiffWrapper() {
130 Log.v(TAG, "buildDiffWrapper: list=" + toString());
153 delta.buildDiffWrapper(diffWrapper);
ValuesDelta.java 422 public BuilderWrapper buildDiffWrapper(Uri targetUri) {
  /packages/apps/Contacts/tests/src/com/android/contacts/model/
RawContactDeltaListTests.java 175 delta.buildDiffWrapper(diff);
180 assertDiffPattern(set.buildDiffWrapper(), pattern);
315 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper();
326 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper();
337 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper();
349 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper();
361 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper();

Completed in 74 milliseconds