Searched defs:RawContactDeltaList (Results 1 - 1 of 1) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DRawContactDeltaList.java43 * and applying another {@link RawContactDeltaList} over it.
45 public class RawContactDeltaList extends ArrayList<RawContactDelta> implements Parcelable { class in inherits:ArrayList,Parcelable
46 private static final String TAG = RawContactDeltaList.class.getSimpleName();
52 public RawContactDeltaList() { method in class:RawContactDeltaList
56 * Create an {@link RawContactDeltaList} based on {@link Contacts} specified by the
60 public static RawContactDeltaList fromQuery(Uri entityUri, ContentResolver resolver,
72 * Create an {@link RawContactDeltaList} that contains the entities of the Iterator as before
76 public static RawContactDeltaList fromIterator(Iterator<?> iterator) {
77 final RawContactDeltaList state = new RawContactDeltaList();
[all...]

Completed in 47 milliseconds