Searched refs:otherObject (Results 1 – 4 of 4) sorted by relevance
439 JoinableConfigParcel otherObject = (JoinableConfigParcel) other; in equals() local440 return Objects.equals(mJoinableValueType, otherObject.mJoinableValueType) in equals()441 && Objects.equals(mDeletionPropagation, otherObject.mDeletionPropagation); in equals()509 StringIndexingConfigParcel otherObject = (StringIndexingConfigParcel) other; in equals() local510 return Objects.equals(mIndexingType, otherObject.mIndexingType) in equals()511 && Objects.equals(mTokenizerType, otherObject.mTokenizerType); in equals()563 IntegerIndexingConfigParcel otherObject = (IntegerIndexingConfigParcel) other; in equals() local564 return Objects.equals(mIndexingType, otherObject.mIndexingType); in equals()626 DocumentIndexingConfigParcel otherObject = (DocumentIndexingConfigParcel) other; in equals() local627 return Objects.equals(mIndexNestedProperties, otherObject.mIndexNestedProperties) in equals()[all …]
222 public boolean equals(final Object otherObject) { in equals() argument224 if (this == otherObject) { in equals()227 if (otherObject instanceof EmailAddress) { in equals()228 final EmailAddress otherAddress = (EmailAddress) otherObject; in equals()
370 public boolean equals(Object otherObject) { in equals() argument371 if (this == otherObject) { in equals()374 if (null == otherObject) { in equals()377 if (!(otherObject instanceof CarDiagnosticEvent)) { in equals()380 CarDiagnosticEvent otherEvent = (CarDiagnosticEvent) otherObject; in equals()
2325 method TIRAMISU_0 boolean equals(Object otherObject);