Home
last modified time | relevance | path

Searched refs:subsetEquals (Results 1 – 2 of 2) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DValuesDelta.java352 return this.subsetEquals(other) && other.subsetEquals(this); in equals()
388 public boolean subsetEquals(ValuesDelta other) { in subsetEquals() method in ValuesDelta
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DEntityDelta.java740 return this.subsetEquals(other) && other.subsetEquals(this); in equals()
771 public boolean subsetEquals(ValuesDelta other) { in subsetEquals() method in EntityDelta.ValuesDelta