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

  /packages/apps/Contacts/tests/src/com/android/contacts/model/
ValuesDeltaTests.java 50 final BuilderWrapper builderWrapper = values.buildDiffWrapper(Data.CONTENT_URI);
83 final BuilderWrapper builderWrapper = values.buildDiffWrapper(Data.CONTENT_URI);
RawContactDeltaTests.java 149 final BuilderWrapper builderWrapper = values.buildDiffWrapper(Data.CONTENT_URI);
157 * Test that {@link RawContactDelta#buildDiffWrapper(ArrayList)} is correctly built for
167 source.buildDiffWrapper(diff);
186 source.buildDiffWrapper(diff);
229 source.buildDiffWrapper(diff);
272 source.buildDiffWrapper(diff);
308 source.buildDiffWrapper(diff);
334 source.buildDiffWrapper(diff);
363 source.buildDiffWrapper(diff);
RawContactModifierTests.java 385 state.buildDiffWrapper(diff);
409 state.buildDiffWrapper(diff);
488 state.buildDiffWrapper(diff);
494 state.buildDiffWrapper(diff);
513 state.buildDiffWrapper(diff);
520 state.buildDiffWrapper(diff);
544 state.buildDiffWrapper(diff);
567 state.buildDiffWrapper(diff);
579 state.buildDiffWrapper(diff);
597 state.buildDiffWrapper(diff)
    [all...]
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();
  /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/src/com/android/contacts/
ContactSaveService.java 518 final ArrayList<CPOWrapper> diffWrapper = state.buildDiffWrapper();
    [all...]

Completed in 758 milliseconds