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

  /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;
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityDelta.java 866 final String theirValue = other.getAsString(key);
869 if (theirValue != null) return false;
872 if (!ourValue.equals(theirValue)) return false;
    [all...]

Completed in 649 milliseconds