Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/
DValuesDelta.java396 final String ourValue = this.getAsString(key); in subsetEquals() local
398 if (ourValue == null) { in subsetEquals()
403 if (!ourValue.equals(theirValue)) return false; in subsetEquals()