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

/packages/apps/Contacts/src/com/android/contacts/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 private RawContactDeltaList() { method in class:RawContactDeltaList
56 * Create an {@link RawContactDeltaList} that contains the given {@link RawContactDelta},
59 public static RawContactDeltaList fromSingle(RawContactDelta delta) {
60 final RawContactDeltaList state = new RawContactDeltaList();
66 * Create an {@link RawContactDeltaList} based on {@link Contacts} specified by the
70 public static RawContactDeltaList fromQuer
[all...]

Completed in 425 milliseconds