/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/property/ |
D | PropertyPermissionInfoTest.java | 102 assertThat(p1.hashCode()).isNotEqualTo(p2.hashCode()); in testSinglePermissionHash() 103 assertThat(p1.hashCode()).isNotEqualTo(p3.hashCode()); in testSinglePermissionHash() 104 assertThat(p2.hashCode()).isEqualTo(p3.hashCode()); in testSinglePermissionHash() 121 assertThat(p1.hashCode()).isEqualTo(p2.hashCode()); in testAnyPermissionHash() 122 assertThat(p1.hashCode()).isEqualTo(p3.hashCode()); in testAnyPermissionHash() 123 assertThat(p1.hashCode()).isNotEqualTo(p4.hashCode()); in testAnyPermissionHash() 124 assertThat(p1.hashCode()).isNotEqualTo(p5.hashCode()); in testAnyPermissionHash() 141 assertThat(p1.hashCode()).isEqualTo(p2.hashCode()); in testAllPermissionHash() 142 assertThat(p1.hashCode()).isEqualTo(p3.hashCode()); in testAllPermissionHash() 143 assertThat(p1.hashCode()).isNotEqualTo(p4.hashCode()); in testAllPermissionHash() [all …]
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/ |
D | AttributionTest.java | 113 createExampleAttributionBuilder().build().hashCode(), in hashCode_pass() 114 createExampleAttributionBuilder().build().hashCode()); in hashCode_pass() 123 .hashCode(), in hashCode_fail() 124 createExampleAttributionBuilder().build().hashCode()); in hashCode_fail() 129 .hashCode(), in hashCode_fail() 130 createExampleAttributionBuilder().build().hashCode()); in hashCode_fail() 135 .hashCode(), in hashCode_fail() 136 createExampleAttributionBuilder().build().hashCode()); in hashCode_fail() 141 .hashCode(), in hashCode_fail() 142 createExampleAttributionBuilder().build().hashCode()); in hashCode_fail() [all …]
|
D | AttributedTriggerTest.java | 240 HAS_SOURCE_DEBUG_KEY1).hashCode(), in hashCode_pass() 249 HAS_SOURCE_DEBUG_KEY1).hashCode()); in hashCode_pass() 263 HAS_SOURCE_DEBUG_KEY1).hashCode(), in hashCode_fail() 272 HAS_SOURCE_DEBUG_KEY1).hashCode()); in hashCode_fail() 282 HAS_SOURCE_DEBUG_KEY1).hashCode(), in hashCode_fail() 291 HAS_SOURCE_DEBUG_KEY1).hashCode()); in hashCode_fail() 301 HAS_SOURCE_DEBUG_KEY1).hashCode(), in hashCode_fail() 310 HAS_SOURCE_DEBUG_KEY1).hashCode()); in hashCode_fail() 320 HAS_SOURCE_DEBUG_KEY1).hashCode(), in hashCode_fail() 329 HAS_SOURCE_DEBUG_KEY1).hashCode()); in hashCode_fail() [all …]
|
/packages/modules/RemoteKeyProvisioning/app/tests/unit/src/com/android/rkpdapp/unittest/ |
D | ProvisionedKeyTest.java | 91 assertThat(actual.hashCode()).isNotEqualTo(expected.hashCode()); in testEquality() 95 assertThat(actual.hashCode()).isEqualTo(expected.hashCode()); in testEquality() 104 assertThat(actual.hashCode()).isEqualTo(expected.hashCode()); in testEqualityWithNullFields() 108 assertThat(actual.hashCode()).isNotEqualTo(expected.hashCode()); in testEqualityWithNullFields() 112 assertThat(actual.hashCode()).isEqualTo(expected.hashCode()); in testEqualityWithNullFields() 125 assertThat(actual.hashCode()).isEqualTo(expected.hashCode()); in testEqualityWithDifferingTimestampAccuracy() 129 assertThat(actual.hashCode()).isEqualTo(expected.hashCode()); in testEqualityWithDifferingTimestampAccuracy() 133 assertThat(actual.hashCode()).isNotEqualTo(expected.hashCode()); in testEqualityWithDifferingTimestampAccuracy() 137 assertThat(actual.hashCode()).isNotEqualTo(expected.hashCode()); in testEqualityWithDifferingTimestampAccuracy()
|
/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/datatypes/ |
D | PlannedExerciseStepTest.java | 66 .hashCode()) in hashCodeAndEquals_sensitiveToAllFields() 70 .hashCode()); in hashCodeAndEquals_sensitiveToAllFields() 80 .hashCode()) in hashCodeAndEquals_sensitiveToAllFields() 84 .hashCode()); in hashCodeAndEquals_sensitiveToAllFields() 95 .hashCode()) in hashCodeAndEquals_sensitiveToAllFields() 99 .hashCode()); in hashCodeAndEquals_sensitiveToAllFields() 109 .hashCode()) in hashCodeAndEquals_sensitiveToAllFields() 113 .hashCode()); in hashCodeAndEquals_sensitiveToAllFields() 117 assertThat(builder.setDescription("X").build().hashCode()) in hashCodeAndEquals_sensitiveToAllFields() 118 .isNotEqualTo(builder.setDescription("Y").build().hashCode()); in hashCodeAndEquals_sensitiveToAllFields() [all …]
|
D | ExercisePerformanceGoalTest.java | 91 .hashCode()) in powerGoal_equalsAndHashCode() 95 .hashCode()); in powerGoal_equalsAndHashCode() 99 .hashCode()) in powerGoal_equalsAndHashCode() 103 .hashCode()); in powerGoal_equalsAndHashCode() 151 .hashCode()) in speedGoal_equalsAndHashCode() 156 .hashCode()); in speedGoal_equalsAndHashCode() 161 .hashCode()) in speedGoal_equalsAndHashCode() 166 .hashCode()); in speedGoal_equalsAndHashCode() 202 assertThat(new ExercisePerformanceGoal.CadenceGoal(10, 10).hashCode()) in cadenceGoal_equalsAndHashCode() 203 .isNotEqualTo(new ExercisePerformanceGoal.CadenceGoal(20, 20).hashCode()); in cadenceGoal_equalsAndHashCode() [all …]
|
D | ExerciseCompletionGoalTest.java | 77 assertThat(new ExerciseCompletionGoal.DistanceGoal(Length.fromMeters(100)).hashCode()) in distanceGoal_equalsAndHashCode() 79 new ExerciseCompletionGoal.DistanceGoal(Length.fromMeters(200)).hashCode()); in distanceGoal_equalsAndHashCode() 80 assertThat(new ExerciseCompletionGoal.DistanceGoal(Length.fromMeters(100)).hashCode()) in distanceGoal_equalsAndHashCode() 82 new ExerciseCompletionGoal.DistanceGoal(Length.fromMeters(100)).hashCode()); in distanceGoal_equalsAndHashCode() 114 assertThat(new ExerciseCompletionGoal.StepsGoal(100).hashCode()) in stepsGoal_equalsAndHashCode() 115 .isNotEqualTo(new ExerciseCompletionGoal.StepsGoal(200).hashCode()); in stepsGoal_equalsAndHashCode() 116 assertThat(new ExerciseCompletionGoal.StepsGoal(100).hashCode()) in stepsGoal_equalsAndHashCode() 117 .isEqualTo(new ExerciseCompletionGoal.StepsGoal(100).hashCode()); in stepsGoal_equalsAndHashCode() 147 assertThat(new ExerciseCompletionGoal.DurationGoal(Duration.ofHours(1)).hashCode()) in durationGoal_equalsAndHashCode() 149 new ExerciseCompletionGoal.DurationGoal(Duration.ofHours(2)).hashCode()); in durationGoal_equalsAndHashCode() [all …]
|
D | PlannedExerciseBlockTest.java | 55 assertThat(builder.setRepetitions(1).build().hashCode()) in hashCodeAndEquals_sensitiveToAllFields() 56 .isNotEqualTo(builder.setRepetitions(2).build().hashCode()); in hashCodeAndEquals_sensitiveToAllFields() 58 assertThat(builder.setRepetitions(1).build().hashCode()) in hashCodeAndEquals_sensitiveToAllFields() 59 .isEqualTo(builder.setRepetitions(1).build().hashCode()); in hashCodeAndEquals_sensitiveToAllFields() 63 assertThat(builder.setDescription("X").build().hashCode()) in hashCodeAndEquals_sensitiveToAllFields() 64 .isNotEqualTo(builder.setDescription("Y").build().hashCode()); in hashCodeAndEquals_sensitiveToAllFields() 67 assertThat(builder.setDescription("X").build().hashCode()) in hashCodeAndEquals_sensitiveToAllFields() 68 .isEqualTo(builder.setDescription("X").build().hashCode()); in hashCodeAndEquals_sensitiveToAllFields() 85 assertThat(builder.setSteps(List.of(stepX)).build().hashCode()) in hashCodeAndEquals_sensitiveToAllFields() 86 .isNotEqualTo(builder.setSteps(List.of(stepY)).build().hashCode()); in hashCodeAndEquals_sensitiveToAllFields() [all …]
|
D | MedicalDataSourceTest.java | 129 assertThat(dataSource1.hashCode()).isEqualTo(dataSource2.hashCode()); in testMedicalDataSource_equals() 154 assertThat(dataSourceDifferentBaseUri.hashCode()).isNotEqualTo(dataSource.hashCode()); in testMedicalDataSource_equals_comparesAllValues() 155 assertThat(dataSourceDifferentDisplayName.hashCode()).isNotEqualTo(dataSource.hashCode()); in testMedicalDataSource_equals_comparesAllValues() 156 assertThat(dataSourceDifferentId.hashCode()).isNotEqualTo(dataSource.hashCode()); in testMedicalDataSource_equals_comparesAllValues() 157 assertThat(dataSourceDifferentPackageName.hashCode()).isNotEqualTo(dataSource.hashCode()); in testMedicalDataSource_equals_comparesAllValues()
|
D | MedicalResourceTest.java | 127 assertThat(resource1.hashCode()).isEqualTo(resource2.hashCode()); in testMedicalResource_equals() 150 assertThat(resourceDifferentId.hashCode()).isNotEqualTo(resource.hashCode()); in testMedicalResource_equals_comparesAllValues() 151 assertThat(resourceDifferentType.hashCode()).isNotEqualTo(resource.hashCode()); in testMedicalResource_equals_comparesAllValues() 152 assertThat(resourceDifferentDataSourceId.hashCode()).isNotEqualTo(resource.hashCode()); in testMedicalResource_equals_comparesAllValues() 153 assertThat(resourceDifferentData.hashCode()).isNotEqualTo(resource.hashCode()); in testMedicalResource_equals_comparesAllValues()
|
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/util/ |
D | BundleUtil.java | 165 hashCodes[hashCodeIdx++] = Arrays.hashCode(keys); in deepHashCode() 171 hashCodes[hashCodeIdx++] = Arrays.hashCode((int[]) value); in deepHashCode() 173 hashCodes[hashCodeIdx++] = Arrays.hashCode((byte[]) value); in deepHashCode() 175 hashCodes[hashCodeIdx++] = Arrays.hashCode((char[]) value); in deepHashCode() 177 hashCodes[hashCodeIdx++] = Arrays.hashCode((long[]) value); in deepHashCode() 179 hashCodes[hashCodeIdx++] = Arrays.hashCode((float[]) value); in deepHashCode() 181 hashCodes[hashCodeIdx++] = Arrays.hashCode((short[]) value); in deepHashCode() 183 hashCodes[hashCodeIdx++] = Arrays.hashCode((double[]) value); in deepHashCode() 185 hashCodes[hashCodeIdx++] = Arrays.hashCode((boolean[]) value); in deepHashCode() 188 hashCodes[hashCodeIdx++] = Arrays.hashCode((String[]) value); in deepHashCode() [all …]
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/util/ |
D | UnsignedLongTest.java | 67 assertEquals(ULONG_STR.hashCode(), ULONG_STR.hashCode()); in testHashCode_equals() 68 assertEquals(ULONG_STR.hashCode(), ULONG_LONG.hashCode()); in testHashCode_equals() 69 assertEquals(ULONG_LONG.hashCode(), ULONG_LONG.hashCode()); in testHashCode_equals() 74 assertNotEquals(ULONG_LONG.hashCode(), new UnsignedLong(3L).hashCode()); in testHashCode_notEquals() 75 assertNotEquals(ULONG_STR.hashCode(), new UnsignedLong(3L).hashCode()); in testHashCode_notEquals()
|
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/ |
D | DnsPacketTest.java | 409 assertEquals(testHeader.hashCode(), headerFromBytes.hashCode()); in testEqualsAndHashCode() 411 assertNotEquals(testHeader.hashCode(), emptyHeader.hashCode()); in testEqualsAndHashCode() 413 assertNotEquals(headerFromBytes.hashCode(), emptyHeader.hashCode()); in testEqualsAndHashCode() 423 assertEquals(testQuestion.hashCode(), questionFromBytes.hashCode()); in testEqualsAndHashCode() 425 assertNotEquals(testQuestion.hashCode(), testAnswer.hashCode()); in testEqualsAndHashCode() 427 assertNotEquals(questionFromBytes.hashCode(), testAnswer.hashCode()); in testEqualsAndHashCode() 439 assertEquals(testPacket.hashCode(), packetFromBytes.hashCode()); in testEqualsAndHashCode() 441 assertNotEquals(testPacket.hashCode(), emptyPacket.hashCode()); in testEqualsAndHashCode() 443 assertNotEquals(packetFromBytes.hashCode(), emptyPacket.hashCode()); in testEqualsAndHashCode() 448 assertEquals(emptyPacket.hashCode(), emptyPacketFromBytes.hashCode()); in testEqualsAndHashCode()
|
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/safeparcel/ |
D | PropertyParcel.java | 213 public int hashCode() { in hashCode() method in PropertyParcel 215 int hashCode = 0; in hashCode() local 217 hashCode = Arrays.hashCode(mStringValues); in hashCode() 219 hashCode = Arrays.hashCode(mLongValues); in hashCode() 221 hashCode = Arrays.hashCode(mDoubleValues); in hashCode() 223 hashCode = Arrays.hashCode(mBooleanValues); in hashCode() 225 hashCode = Arrays.deepHashCode(mBytesValues); in hashCode() 227 hashCode = Arrays.hashCode(mDocumentValues); in hashCode() 229 hashCode = Arrays.deepHashCode(mEmbeddingValues); in hashCode() 231 mHashCode = Objects.hash(mPropertyName, hashCode); in hashCode()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/aggregation/ |
D | AggregateTriggerDataTest.java | 79 assertEquals(data1.hashCode(), data2.hashCode()); in testHashCode_equals() 103 data1.hashCode(), in testHashCode_notEquals() 104 createExampleBuilder().setKey(BigInteger.valueOf(1L)).build().hashCode()); in testHashCode_notEquals() 106 data1.hashCode(), in testHashCode_notEquals() 115 .hashCode()); in testHashCode_notEquals() 117 data1.hashCode(), in testHashCode_notEquals() 118 createExampleBuilder().setFilterSet(List.of(filterMap)).build().hashCode()); in testHashCode_notEquals() 120 data1.hashCode(), in testHashCode_notEquals() 121 createExampleBuilder().setNotFilterSet(List.of(nonFilterMap)).build().hashCode()); in testHashCode_notEquals() 123 data1.hashCode(), in testHashCode_notEquals() [all …]
|
/packages/modules/Connectivity/tests/common/java/android/net/ |
D | NetworkTest.java | 121 assertEquals(0, zero.hashCode()); in testZeroIsObviousForDebugging() 133 assertNotEquals(0, one.hashCode()); in testGetNetworkHandle() 134 assertNotEquals(0, two.hashCode()); in testGetNetworkHandle() 135 assertNotEquals(0, three.hashCode()); in testGetNetworkHandle() 138 assertNotEquals(one.hashCode(), two.hashCode()); in testGetNetworkHandle() 139 assertNotEquals(one.hashCode(), three.hashCode()); in testGetNetworkHandle() 140 assertNotEquals(two.hashCode(), three.hashCode()); in testGetNetworkHandle() 153 assertNotEquals(one.hashCode(), one.getNetworkHandle()); in testGetNetworkHandle() 154 assertNotEquals(two.hashCode(), two.getNetworkHandle()); in testGetNetworkHandle() 155 assertNotEquals(three.hashCode(), three.getNetworkHandle()); in testGetNetworkHandle()
|
/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/activities/ |
D | ProvisionInfoTest.java | 45 assertThat(p1.hashCode()).isNotEqualTo(p10.hashCode()); in equals_withOneDifferentFieldValue_returnsFalse() 47 assertThat(p1.hashCode()).isNotEqualTo(p12.hashCode()); in equals_withOneDifferentFieldValue_returnsFalse() 49 assertThat(p1.hashCode()).isNotEqualTo(p13.hashCode()); in equals_withOneDifferentFieldValue_returnsFalse() 58 assertThat(p1.hashCode()).isEqualTo(p2.hashCode()); in equals_withSameFieldValues_returnsTrue()
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | SuggestionData.kt | 167 override fun hashCode(): Int { in hashCode() method in com.android.quicksearchbox.SuggestionData 170 result = prime * result + if (mFormat == null) 0 else mFormat.hashCode() in hashCode() 171 result = prime * result + if (mIcon1 == null) 0 else mIcon1.hashCode() in hashCode() 172 result = prime * result + if (mIcon2 == null) 0 else mIcon2.hashCode() in hashCode() 173 result = prime * result + if (mIntentAction == null) 0 else mIntentAction.hashCode() in hashCode() 174 result = prime * result + if (mIntentData == null) 0 else mIntentData.hashCode() in hashCode() 175 result = prime * result + if (intentExtraData == null) 0 else intentExtraData.hashCode() in hashCode() 176 result = prime * result + if (mLogType == null) 0 else mLogType.hashCode() in hashCode() 177 result = prime * result + if (mShortcutId == null) 0 else mShortcutId.hashCode() in hashCode() 178 result = prime * result + if (suggestionSource == null) 0 else suggestionSource.hashCode() in hashCode() [all …]
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/occupantconnection/ |
D | ConnectionRecordTest.java | 55 assertThat(connectionRecord2.hashCode()).isEqualTo(mConnectionRecord.hashCode()); in testEquals() 64 assertThat(connectionRecord2.hashCode()).isNotEqualTo(mConnectionRecord.hashCode()); in testNotEqualWithDifferentPackageName() 73 assertThat(connectionRecord2.hashCode()).isNotEqualTo(mConnectionRecord.hashCode()); in testNotEqualWithDifferentSenderZone() 82 assertThat(connectionRecord2.hashCode()).isNotEqualTo(mConnectionRecord.hashCode()); in testNotEqualWithDifferentReceiverZone()
|
D | ClientIdTest.java | 54 assertThat(clientId.hashCode()).isEqualTo(clientId2.hashCode()); in testEquals() 64 assertThat(clientId.hashCode()).isNotEqualTo(clientId2.hashCode()); in testNotEqualWithDifferentZone() 73 assertThat(clientId.hashCode()).isNotEqualTo(clientId2.hashCode()); in testNotEqualWithDifferentUserId() 82 assertThat(clientId.hashCode()).isNotEqualTo(clientId2.hashCode()); in testNotEqualWithDifferentPackageName()
|
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
D | CarPropertyValueTest.java | 66 assertThat(CAR_PROPERTY_VALUE.hashCode()).isEqualTo(CAR_PROPERTY_VALUE.hashCode()); in hashCode_returnsSameValueForSameInstance() 71 assertThat(CAR_PROPERTY_VALUE.hashCode()).isNotEqualTo( in hashCode_returnsDifferentValueForDifferentCarPropertyValue() 72 new CarPropertyValue<>(PROPERTY_ID, AREA_ID, TIMESTAMP_NANOS, null).hashCode()); in hashCode_returnsDifferentValueForDifferentCarPropertyValue() 190 new Object[]{"abcd", 1, false}).hashCode()) in hashCode_mixedValue() 192 new Object[]{"abcd", 1, false}).hashCode()); in hashCode_mixedValue() 196 new Object[]{"abcd", 1, false}).hashCode()) in hashCode_mixedValue() 198 new Object[]{"abc", 1, false}).hashCode()); in hashCode_mixedValue() 205 new Integer[]{1, 2}).hashCode()) in hashCode_intArray() 207 new Integer[]{1, 2}).hashCode()); in hashCode_intArray() 211 new Integer[]{1, 2}).hashCode()) in hashCode_intArray() [all …]
|
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/statsd/ |
D | TrainingEventReported.java | 197 public int hashCode() { in hashCode() method in TrainingEventReported 202 _hash = 31 * _hash + Long.hashCode(mClientVersion); in hashCode() 204 _hash = 31 * _hash + Long.hashCode(mPopulationId); in hashCode() 205 _hash = 31 * _hash + Long.hashCode(mTaskId); in hashCode() 206 _hash = 31 * _hash + Long.hashCode(mDurationInMillis); in hashCode() 207 _hash = 31 * _hash + Long.hashCode(mExampleCount); in hashCode() 208 _hash = 31 * _hash + Long.hashCode(mExampleSize); in hashCode() 209 _hash = 31 * _hash + Long.hashCode(mDataTransferDurationMillis); in hashCode() 210 _hash = 31 * _hash + Long.hashCode(mBytesUploaded); in hashCode() 211 _hash = 31 * _hash + Long.hashCode(mBytesDownloaded); in hashCode() [all …]
|
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/util/ |
D | PackageUserKeyTest.java | 126 assertThat(packageUserKey.hashCode()).isEqualTo(otherPackageUserKey.hashCode()); in hashCode_sameObject_shouldBeTheSame() 134 assertThat(packageUserKey.hashCode()).isEqualTo(otherPackageUserKey.hashCode()); in hashCode_differentObjectSameContent_shouldBeTheSame() 143 assertThat(packageUserKey.hashCode()).isNotEqualTo(otherPackageUserKey.hashCode()); in hashCode_differentPackage_shouldBeDifferent() 152 assertThat(packageUserKey.hashCode()).isNotEqualTo(otherPackageUserKey.hashCode()); in hashCode_differentCategory_shouldBeDifferent() 160 assertThat(packageUserKey.hashCode()).isNotEqualTo(otherPackageUserKey.hashCode()); in hashCode_differentUser_shouldBeDifferent()
|
/packages/modules/Wifi/framework/tests/src/android/net/wifi/ |
D | SoftApConfigurationTest.java | 138 assertThat(unparceled.hashCode()).isEqualTo(original.hashCode()); in testBasicSettings() 143 assertThat(copy.hashCode()).isEqualTo(original.hashCode()); in testBasicSettings() 161 assertThat(unparceled.hashCode()).isEqualTo(utf8Config.hashCode()); in testSetWifiSsid() 176 assertThat(unparceled.hashCode()).isEqualTo(nonUtf8Config.hashCode()); in testSetWifiSsid() 195 assertThat(unparceled.hashCode()).isEqualTo(original.hashCode()); in testWpa2() 200 assertThat(copy.hashCode()).isEqualTo(original.hashCode()); in testWpa2() 268 assertThat(unparceled.hashCode()).isEqualTo(original.hashCode()); in testWpa2WithAllFieldCustomized() 273 assertThat(copy.hashCode()).isEqualTo(original.hashCode()); in testWpa2WithAllFieldCustomized() 294 assertThat(unparceled.hashCode()).isEqualTo(original.hashCode()); in testWpa3Sae() 299 assertThat(copy.hashCode()).isEqualTo(original.hashCode()); in testWpa3Sae() [all …]
|
/packages/modules/HealthFitness/tests/unittests/src/android/health/connect/exportimport/ |
D | ScheduledExportSettingsTest.java | 82 assertThat(settingsA.hashCode()).isEqualTo(settingsB.hashCode()); in testEquals_andHashCode_withPeriodInDays() 91 assertThat(settingsA.hashCode()).isNotEqualTo(settingsB.hashCode()); in testEquals_andHashCode_withDifferentPeriodInDays() 100 assertThat(settingsA.hashCode()).isEqualTo(settingsB.hashCode()); in testEquals_andHashCode_withUri() 109 assertThat(settingsA.hashCode()).isNotEqualTo(settingsB.hashCode()); in testEquals_andHashCode_withDifferentUri()
|