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

  /libcore/ojluni/src/main/java/java/util/
EnumMap.java 614 V ourValue = unmaskNull(vals[index]);
617 (ourValue == hisValue ||
618 (ourValue != null && ourValue.equals(hisValue))));
689 Object ourValue = vals[i];
691 if (hisValue != ourValue &&
692 (hisValue == null || !hisValue.equals(ourValue)))
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ValuesDelta.java 394 final String ourValue = this.getAsString(key);
396 if (ourValue == null) {
401 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 770 milliseconds