Searched refs:BuilderWrapper (Results 1 – 7 of 7) sorted by relevance
28 public class BuilderWrapper { class32 public BuilderWrapper(Builder builder, int type) { in BuilderWrapper() method in BuilderWrapper
422 public BuilderWrapper buildDiffWrapper(Uri targetUri) { in buildDiffWrapper()424 BuilderWrapper bw = null; in buildDiffWrapper()426 bw = new BuilderWrapper(builder, CompatUtils.TYPE_INSERT); in buildDiffWrapper()428 bw = new BuilderWrapper(builder, CompatUtils.TYPE_DELETE); in buildDiffWrapper()430 bw = new BuilderWrapper(builder, CompatUtils.TYPE_UPDATE); in buildDiffWrapper()
405 private void possibleAddWrapper(ArrayList<CPOWrapper> diff, BuilderWrapper bw) { in possibleAddWrapper()546 BuilderWrapper bw = mValues.buildDiffWrapper(mContactsQueryUri); in buildDiffWrapper()
28 public class BuilderWrapper { class33 public BuilderWrapper(Builder builder, int type) { in BuilderWrapper() method in BuilderWrapper
50 final BuilderWrapper builderWrapper = values.buildDiffWrapper(Data.CONTENT_URI); in testValuesDiffInsert()83 final BuilderWrapper builderWrapper = values.buildDiffWrapper(Data.CONTENT_URI); in testValuesDiffUpdate()
149 final BuilderWrapper builderWrapper = values.buildDiffWrapper(Data.CONTENT_URI); in testValuesDiffDelete()
57 -keep class com.android.contacts.model.BuilderWrapper { *; }