Home
last modified time | relevance | path

Searched refs:isNotEqualTo (Results 1 – 25 of 156) sorted by relevance

1234567

/packages/apps/RemoteProvisioner/tests/hosttest/src/com/android/remoteprovisioner/hosttest/
DRemoteProvisionerStatsTests.java92 assertThat(attempt.getUptime()).isNotEqualTo(UpTime.UPTIME_UNKNOWN); in testGenerateKeyRkpOnly()
100 assertThat(timing.getTransportType()).isNotEqualTo(VALID_TRANSPORT_TYPES); in testGenerateKeyRkpOnly()
123 assertThat(attempt.getUptime()).isNotEqualTo(UpTime.UPTIME_UNKNOWN); in testGenerateKeyRkpOnly()
131 assertThat(timing.getTransportType()).isNotEqualTo(VALID_TRANSPORT_TYPES); in testGenerateKeyRkpOnly()
158 assertThat(attempt.getUptime()).isNotEqualTo(UpTime.UPTIME_UNKNOWN); in testDataBudgetEmptyCallGenerateRkpKeyService()
165 assertThat(timing.getTransportType()).isNotEqualTo(VALID_TRANSPORT_TYPES); in testDataBudgetEmptyCallGenerateRkpKeyService()
192 assertThat(attempt.getUptime()).isNotEqualTo(UpTime.UPTIME_UNKNOWN); in testRetryableRkpError()
200 assertThat(timing.getTransportType()).isNotEqualTo(VALID_TRANSPORT_TYPES); in testRetryableRkpError()
227 assertThat(attempt.getUptime()).isNotEqualTo(UpTime.UPTIME_UNKNOWN); in testRetryNeverWhenDeviceNotRegistered()
235 assertThat(timing.getTransportType()).isNotEqualTo(VALID_TRANSPORT_TYPES); in testRetryNeverWhenDeviceNotRegistered()
[all …]
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
DPackageUserKeyTest.java92 assertThat(packageUserKey).isNotEqualTo(null); in equals_compareAgainstNull_shouldReturnFalse()
101 assertThat(packageUserKey).isNotEqualTo(otherPackageUserKey); in equals_differentPackage_shouldReturnFalse()
110 assertThat(packageUserKey).isNotEqualTo(otherPackageUserKey); in equals_differentCategory_shouldReturnFalse()
118 assertThat(packageUserKey).isNotEqualTo(otherPackageUserKey); in equals_differentUser_shouldReturnFalse()
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/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAccountItemTest.java131 assertThat(accountItem).isNotEqualTo(null); in equals_withNull()
154 assertThat(accountItemWithNullId).isNotEqualTo(accountItemWithNonNullId); in equals_withNullId()
167 assertThat(accountItem).isNotEqualTo(accountItemWithDifferentId); in equals_withDifferentId()
179 assertThat(accountItemWithNullName).isNotEqualTo(accountItemWithNonNullName); in equals_withNullName()
192 assertThat(accountItem).isNotEqualTo(accountItemWithDifferentName); in equals_withDifferentName()
204 assertThat(accountItemWithNullPackageName).isNotEqualTo(accountItemWithNonNullPackageName); in equals_withNullPackageName()
218 assertThat(accountItem).isNotEqualTo(accountItemWithDifferentPackageName); in equals_withDifferentPackageName()
230 assertThat(accountItemWithNullAuthority).isNotEqualTo(accountItemWithNonNullAuthority); in equals_withNullAuthority()
244 assertThat(accountItem).isNotEqualTo(accountItemWithDifferentAuthority); in equals_withDifferentAuthority()
256 assertThat(accountItemWithNullType).isNotEqualTo(accountItemWithNonNullType); in equals_withNullType()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/data/
DUwbVendorUciResponseTest.java67 assertThat(response1).isNotEqualTo(response2); in notEqualStatus()
83 assertThat(response1).isNotEqualTo(response2); in notEqualGid()
99 assertThat(response1).isNotEqualTo(response2); in notEqualOid()
115 assertThat(response1).isNotEqualTo(response2); in notEqualPayload()
126 assertThat(response1).isNotEqualTo(0); in differentClasses()
/packages/modules/AppSearch/testing/coretests/src/android/app/appsearch/external/util/
DBundleUtilTest.java53 assertThat(one).isNotEqualTo(two); in testDeepEquals_simple()
74 assertThat(inputs[0]).isNotEqualTo(inputs[1]); in testDeepEquals_thorough_equal()
88 assertThat(inputs[0]).isNotEqualTo(inputs[1]); in testDeepEquals_thorough_notEqual()
113 assertThat(b1).isNotEqualTo(b1Clone); in testDeepEquals_nestedNotEquals()
144 assertThat(b1).isNotEqualTo(b1Clone); in testDeepEquals_sparseArray()
171 .isNotEqualTo(BundleUtil.deepHashCode(inputs[1])); in testDeepHashCode_different()
199 assertThat(b1.hashCode()).isNotEqualTo(b1Clone.hashCode()); in testHashCode_sparseArray()
201 assertThat(BundleUtil.deepHashCode(b1)).isNotEqualTo(BundleUtil.deepHashCode(b2)); in testHashCode_sparseArray()
213 .isNotEqualTo(BundleUtil.deepHashCode(inputs[1])); in testDeepHashCode_differentKeys()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcp/
DAvrcpCoverArtStorageTest.java102 assertThat(handle_green).isNotEqualTo(handle_blue); in testStoreSecondImage()
129 assertThat(handle_green).isNotEqualTo(handle_blue); in testStoreThirdImageWithLruAsFirstImage()
130 assertThat(handle_green).isNotEqualTo(handle_orange); in testStoreThirdImageWithLruAsFirstImage()
131 assertThat(handle_blue).isNotEqualTo(handle_orange); in testStoreThirdImageWithLruAsFirstImage()
164 assertThat(handle_green).isNotEqualTo(handle_blue); in testStoreThirdImageWithLruAsSecondImage()
165 assertThat(handle_green).isNotEqualTo(handle_orange); in testStoreThirdImageWithLruAsSecondImage()
166 assertThat(handle_blue).isNotEqualTo(handle_orange); in testStoreThirdImageWithLruAsSecondImage()
/packages/modules/Connectivity/nearby/tests/unit/src/com/android/server/nearby/common/bluetooth/fastpair/
DHeadsetPieceTest.java93 assertThat(headsetPiece).isNotEqualTo(compareTo); in notEquals_differentLowLevelThreshold()
103 assertThat(headsetPiece).isNotEqualTo(compareTo); in notEquals_differentBatteryLevel()
114 assertThat(headsetPiece).isNotEqualTo(compareTo); in notEquals_differentImageUrl()
124 assertThat(headsetPiece).isNotEqualTo(compareTo); in notEquals_differentChargingState()
136 assertThat(headsetPiece).isNotEqualTo(compareTo); in notEquals_differentImageContentUri()
146 assertThat(headsetPiece).isNotEqualTo(compareTo); in notEquals_nullImageContentUri()
DAesCtrMultipleBlockEncryptionTest.java80 assertThat(nonce1).isNotEqualTo(nonce2); in generateNonceTwice_mustBeDifferent()
92 assertThat(encrypted1).isNotEqualTo(encrypted2); in encryptedSamePlaintext_mustBeDifferentEncryptedResult()
103 assertThat(encrypted).isNotEqualTo(plaintext); in encryptData_mustBeDifferentToUnencrypted()
191 assertThat(encrypted1).isNotEqualTo(encrypted2); in twoDistinctEncryptionOnSameRandomData_mustBeDifferentResult()
/packages/modules/ExtServices/java/tests/src/android/ext/services/resolver/
DLRResolverRankerServiceTest.java225 assertThat(featureWeights.get(LAUNCH_SCORE)).isNotEqualTo(0.1f); in testOnTrainRankingModelAfterUserUnlock()
226 assertThat(featureWeights.get(TIME_SPENT_SCORE)).isNotEqualTo(0.2f); in testOnTrainRankingModelAfterUserUnlock()
227 assertThat(featureWeights.get(RECENCY_SCORE)).isNotEqualTo(0.3f); in testOnTrainRankingModelAfterUserUnlock()
228 assertThat(featureWeights.get(CHOOSER_SCORE)).isNotEqualTo(0.4f); in testOnTrainRankingModelAfterUserUnlock()
249 assertThat(featureWeights.get(LAUNCH_SCORE)).isNotEqualTo(0.1f); in testOnTrainRankingModelWhileSelectedPositionScoreIsNotHighest()
250 assertThat(featureWeights.get(TIME_SPENT_SCORE)).isNotEqualTo(0.2f); in testOnTrainRankingModelWhileSelectedPositionScoreIsNotHighest()
251 assertThat(featureWeights.get(RECENCY_SCORE)).isNotEqualTo(0.3f); in testOnTrainRankingModelWhileSelectedPositionScoreIsNotHighest()
252 assertThat(featureWeights.get(CHOOSER_SCORE)).isNotEqualTo(0.4f); in testOnTrainRankingModelWhileSelectedPositionScoreIsNotHighest()
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DPersonBuilderHelperTest.java96 assertThat(person.getFingerprint()).isNotEqualTo(fingerprint); in testFingerprintGeneration_creationTimestampAndFingerprintNotIncluded()
97 assertThat(personWithDifferentTsAndFingerprint.getFingerprint()).isNotEqualTo(fingerprint2); in testFingerprintGeneration_creationTimestampAndFingerprintNotIncluded()
134 assertThat(person.getFingerprint()).isNotEqualTo(personNameDiff.getFingerprint()); in testFingerprintGeneration_forEachPropertyType_string()
135 assertThat(person.getFingerprint()).isNotEqualTo(personUriDiff.getFingerprint()); in testFingerprintGeneration_forEachPropertyType_string()
153 assertThat(personIsBotTrue.getFingerprint()).isNotEqualTo( in testFingerprintGeneration_forEachPropertyType_boolean()
182 assertThat(person.getFingerprint()).isNotEqualTo(person2.getFingerprint()); in testFingerprintGeneration_forEachPropertyType_stringArray()
183 assertThat(person.getFingerprint()).isNotEqualTo(person3.getFingerprint()); in testFingerprintGeneration_forEachPropertyType_stringArray()
225 assertThat(person.getFingerprint()).isNotEqualTo(person2.getFingerprint()); in testFingerprintGeneration_forEachPropertyType_DocumentArray()
241 assertThat(person.getFingerprint()).isNotEqualTo(person2.getFingerprint()); in testFingerprintGeneration_sameValueForDifferentProperties_differentFingerprint()
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/data/
DPickerDatabaseHelperTest.java96 assertThat(db.insert(MEDIA_TABLE, null, values)).isNotEqualTo(-1); in testMediaColumns()
137 assertThat(db.insert(ALBUM_MEDIA_TABLE, null, values)).isNotEqualTo(-1); in testAlbumMediaColumns()
181 assertThat(db.insert(MEDIA_TABLE, null, values)).isNotEqualTo(-1); in testUniqueConstraint_local()
186 assertThat(db.insert(MEDIA_TABLE, null, values)).isNotEqualTo(-1); in testUniqueConstraint_local()
192 assertThat(db.insert(MEDIA_TABLE, null, values)).isNotEqualTo(-1); in testUniqueConstraint_local()
211 assertThat(db.insert(ALBUM_MEDIA_TABLE, null, values)).isNotEqualTo(-1); in testUniqueConstraintAlbumMedia()
223 assertThat(db.insert(ALBUM_MEDIA_TABLE, null, values)).isNotEqualTo(-1); in testUniqueConstraintAlbumMedia()
241 assertThat(db.insert(MEDIA_TABLE, null, values)).isNotEqualTo(-1); in testUniqueConstraint_cloud()
265 assertThat(db.insert(MEDIA_TABLE, null, values)).isNotEqualTo(-1); in testUniqueConstraint_localAndCloudPlusLocal()
279 assertThat(db.insert(MEDIA_TABLE, null, values)).isNotEqualTo(-1); in testUniqueConstraint_localAndCloudPlusLocal()
/packages/modules/Permission/PermissionController/tests/permissionui/src/com/android/permissioncontroller/permissionui/ui/handheld/
DManageStandardPermissionsFragmentTest.kt113 assertThat(getUsageCountsFromUi(locationGroupLabel)).isNotEqualTo(original) in groupSummaryGetsUpdatedWhenAppGetsUninstalled()
147 .isNotEqualTo(original.total) in groupSummaryGetsUpdatedWhenPermissionGetsRevoked()
149 .isNotEqualTo(original.granted) in groupSummaryGetsUpdatedWhenPermissionGetsRevoked()
179 .isNotEqualTo(additionalPermissionBefore) in additionalPermissionSummaryGetUpdateWhenUserGetsUninstalled()
196 .isNotEqualTo(additionalPermissionBefore) in additionalPermissionSummaryGetUpdateWhenDefinerGetsUninstalled()
/packages/apps/EmergencyInfo/tests/unit/src/com/android/emergency/edit/
DEditInfoActivityTest.java164 assertThat(addressPreference.getSummary()).isNotEqualTo(unknownAddress); in testClearAllPreferences()
165 assertThat(bloodTypePreference.getSummary()).isNotEqualTo(unknownBloodType); in testClearAllPreferences()
166 assertThat(allergiesPreference.getSummary()).isNotEqualTo(unknownAllergies); in testClearAllPreferences()
167 assertThat(medicationsPreference.getSummary()).isNotEqualTo(unknownMedications); in testClearAllPreferences()
168 assertThat(medicalConditionsPreference.getSummary()).isNotEqualTo(unknownMedicalConditions); in testClearAllPreferences()
169 assertThat(organDonorPreference.getSummary()).isNotEqualTo(unknownOrganDonor); in testClearAllPreferences()
/packages/modules/Virtualization/tests/testapk/src/java/com/android/microdroid/test/
DMicrodroidTests.java201 .isNotEqualTo("5.4"); in connectToVmService()
276 .isNotEqualTo("5.4"); in changingDebugLevelInvalidatesVmIdentity()
353 .isNotEqualTo("5.4"); in instancesOfSameVmHaveDifferentCdis()
359 assertThat(vm_a_cdis.cdiAttest).isNotEqualTo(vm_b_cdis.cdiAttest); in instancesOfSameVmHaveDifferentCdis()
362 assertThat(vm_a_cdis.cdiSeal).isNotEqualTo(vm_b_cdis.cdiSeal); in instancesOfSameVmHaveDifferentCdis()
363 assertThat(vm_a_cdis.cdiAttest).isNotEqualTo(vm_b_cdis.cdiSeal); in instancesOfSameVmHaveDifferentCdis()
372 .isNotEqualTo("5.4"); in sameInstanceKeepsSameCdis()
389 .isNotEqualTo("5.4"); in bccIsSuperficiallyWellFormed()
/packages/apps/Settings/tests/unit/src/com/android/settings/network/
DMobileNetworkIntentConverterTest.java96 assertThat(mIntentConverter.apply(intent)).isNotEqualTo(null); in converter_acceptableIntent_whenInterested()
124 assertThat(args).isNotEqualTo(null); in supportMms_addExtra_whenIntentForMms()
147 assertThat(args).isNotEqualTo(null); in supportContacts_addExtra_whenIntentForContacts()
190 assertThat(converter.apply(deepLinkIntent)).isNotEqualTo(null); in convertFormat_deepLink_unwrapIntent()
/packages/apps/Settings/tests/robotests/src/com/android/settings/nfc/
DNfcForegroundPreferenceControllerTest.java80 .isNotEqualTo(NfcForegroundPreferenceController.AVAILABLE); in getAvailabilityStatus_noNFC_DISABLED()
88 .isNotEqualTo(NfcForegroundPreferenceController.AVAILABLE); in getAvailabilityStatus_noPaymentBackend_DISABLED()
98 .isNotEqualTo(NfcForegroundPreferenceController.AVAILABLE); in getAvailabilityStatus_noPaymentApps_DISABLED()
103 .isNotEqualTo(NfcForegroundPreferenceController.AVAILABLE); in getAvailabilityStatus_noPaymentApps_DISABLED()
DNfcPaymentPreferenceControllerTest.java89 .isNotEqualTo(NfcPaymentPreferenceController.AVAILABLE); in getAvailabilityStatus_noNFC_DISABLED()
99 .isNotEqualTo(NfcPaymentPreferenceController.AVAILABLE); in getAvailabilityStatus_noPaymentApps_DISABLED()
104 .isNotEqualTo(NfcPaymentPreferenceController.AVAILABLE); in getAvailabilityStatus_noPaymentApps_DISABLED()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarAudioGainConfigInfoTest.java87 assertWithMessage("Audio Gain Configs").that(carGainInfo1).isNotEqualTo(carGainInfo2); in equals_fails()
96 assertWithMessage("Audio Gain Configs").that(carGainInfo1).isNotEqualTo(carGainInfo3); in equals_fails()
105 assertWithMessage("Audio Gain Configs").that(carGainInfo1).isNotEqualTo(carGainInfo4); in equals_fails()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DHalPropValueTest.java1324 assertThat(value1.hashCode()).isNotEqualTo(builder.build(hidlValue3).hashCode()); in testHashCodeHidl()
1330 assertThat(value1.hashCode()).isNotEqualTo(builder.build(hidlValue4).hashCode()); in testHashCodeHidl()
1336 assertThat(value1.hashCode()).isNotEqualTo(builder.build(hidlValue5).hashCode()); in testHashCodeHidl()
1342 assertThat(value1.hashCode()).isNotEqualTo(builder.build(hidlValue6).hashCode()); in testHashCodeHidl()
1348 assertThat(value1.hashCode()).isNotEqualTo(builder.build(hidlValue7).hashCode()); in testHashCodeHidl()
1354 assertThat(value1.hashCode()).isNotEqualTo(builder.build(hidlValue8).hashCode()); in testHashCodeHidl()
1360 assertThat(value1.hashCode()).isNotEqualTo(builder.build(hidlValue9).hashCode()); in testHashCodeHidl()
1366 assertThat(value1.hashCode()).isNotEqualTo(builder.build(hidlValue10).hashCode()); in testHashCodeHidl()
1372 assertThat(value1.hashCode()).isNotEqualTo(builder.build(hidlValue11).hashCode()); in testHashCodeHidl()
1387 assertThat(value1.hashCode()).isNotEqualTo(builder.build(aidlValue3).hashCode()); in testHashCodeAidl()
[all …]
/packages/modules/Connectivity/nearby/tests/unit/src/com/android/server/nearby/common/ble/
DBleRecordTest.java246 assertThat(record).isNotEqualTo(record2); in testEquals()
247 assertThat(record.hashCode()).isNotEqualTo(record2.hashCode()); in testEquals()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/util/
DObjectIdentifierTest.java41 assertThat(oid1).isNotEqualTo(oid2); in notEqualValue()
58 assertThat(oid1).isNotEqualTo(0x0102); in differentClasses()
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DAudioHelperTest.java51 assertThat(volume).isNotEqualTo(DEFAULT); in getMaxVolume_anyStreamType_getValue()
61 assertThat(volume).isNotEqualTo(DEFAULT); in getMinVolume_anyStreamType_getValue()
/packages/modules/Bluetooth/system/blueberry/tests/gd/hci/
Dle_acl_manager_test.py172 assertThat(cert_le_acl.peer).isNotEqualTo(self.dut_public_address)
173 assertThat(cert_le_acl.peer).isNotEqualTo(self.dut_random_address)
193 assertThat(cert_le_acl.peer).isNotEqualTo(self.dut_public_address)
194 assertThat(cert_le_acl.peer).isNotEqualTo(self.dut_random_address)
213 assertThat(cert_le_acl.peer).isNotEqualTo(self.dut_public_address)
214 assertThat(cert_le_acl.peer).isNotEqualTo(self.dut_random_address)
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/picker/customization/domain/interactor/
DWallpaperInteractorTest.kt101 assertThat(homeWallpaperUpdateEvents()).isNotEqualTo(homeWallpaperUpdateOutput1) in wallpaperUpdateEvents()
102 assertThat(lockWallpaperUpdateEvents()).isNotEqualTo(lockWallpaperUpdateOutput1) in wallpaperUpdateEvents()
110 assertThat(homeWallpaperUpdateEvents()).isNotEqualTo(homeWallpaperUpdateOutput2) in wallpaperUpdateEvents()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/stats/
DPlatformLoggerTest.java86 assertThat(hashCodeForStr1).isNotEqualTo( in testCalculateHashCode_MD5_int32_shortString()
101 assertThat(hashCodeForStr1).isNotEqualTo( in testGetCalculateCode_MD5_int32_mediumString()
116 assertThat(hashCodeForStr1).isNotEqualTo( in testCalculateHashCode_MD5_int32_longString()

1234567