Home
last modified time | relevance | path

Searched refs:otherObject (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/safeparcel/
DPropertyConfigParcel.java439 JoinableConfigParcel otherObject = (JoinableConfigParcel) other; in equals() local
440 return Objects.equals(mJoinableValueType, otherObject.mJoinableValueType) in equals()
441 && Objects.equals(mDeletionPropagation, otherObject.mDeletionPropagation); in equals()
509 StringIndexingConfigParcel otherObject = (StringIndexingConfigParcel) other; in equals() local
510 return Objects.equals(mIndexingType, otherObject.mIndexingType) in equals()
511 && Objects.equals(mTokenizerType, otherObject.mTokenizerType); in equals()
563 IntegerIndexingConfigParcel otherObject = (IntegerIndexingConfigParcel) other; in equals() local
564 return Objects.equals(mIndexingType, otherObject.mIndexingType); in equals()
626 DocumentIndexingConfigParcel otherObject = (DocumentIndexingConfigParcel) other; in equals() local
627 return Objects.equals(mIndexNestedProperties, otherObject.mIndexNestedProperties) in equals()
[all …]
/packages/apps/Messaging/src/com/android/messaging/util/
DEmailAddress.java222 public boolean equals(final Object otherObject) { in equals() argument
224 if (this == otherObject) { in equals()
227 if (otherObject instanceof EmailAddress) { in equals()
228 final EmailAddress otherAddress = (EmailAddress) otherObject; in equals()
/packages/services/Car/car-lib/src/android/car/diagnostic/
DCarDiagnosticEvent.java370 public boolean equals(Object otherObject) { in equals() argument
371 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()
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2325 method TIRAMISU_0 boolean equals(Object otherObject);