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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ValuesDelta.java 391 final String theirValue = other.getAsString(key);
394 if (theirValue != null) return false;
397 if (!ourValue.equals(theirValue)) return false;
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntityDelta.java 774 final String theirValue = other.getAsString(key);
777 if (theirValue != null) return false;
780 if (!ourValue.equals(theirValue)) return false;

Completed in 67 milliseconds