HomeSort by relevance Sort by last modified time
    Searched refs:ourValue (Results 1 - 2 of 2) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ValuesDelta.java 390 final String ourValue = this.getAsString(key);
392 if (ourValue == null) {
397 if (!ourValue.equals(theirValue)) return false;
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntityDelta.java 773 final String ourValue = this.getAsString(key);
775 if (ourValue == null) {
780 if (!ourValue.equals(theirValue)) return false;

Completed in 41 milliseconds