Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DValuesDelta.java391 final String theirValue = other.getAsString(key); in subsetEquals() local
394 if (theirValue != null) return false; in subsetEquals()
397 if (!ourValue.equals(theirValue)) return false; in subsetEquals()
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DEntityDelta.java774 final String theirValue = other.getAsString(key); in subsetEquals() local
777 if (theirValue != null) return false; in subsetEquals()
780 if (!ourValue.equals(theirValue)) return false; in subsetEquals()