Home
last modified time | relevance | path

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

1234

/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
DAppSearchResultCtsTest.java52 assertThat(result1).isNotEqualTo(result2); in testResultEquals_failure()
53 assertThat(result1.hashCode()).isNotEqualTo(result2.hashCode()); in testResultEquals_failure()
54 assertThat(result1).isNotEqualTo(resultNull); in testResultEquals_failure()
55 assertThat(result1.hashCode()).isNotEqualTo(resultNull.hashCode()); in testResultEquals_failure()
63 assertThat(result3).isNotEqualTo(result4); in testResultEquals_failure()
64 assertThat(result3.hashCode()).isNotEqualTo(result4.hashCode()); in testResultEquals_failure()
69 assertThat(result3).isNotEqualTo(result5); in testResultEquals_failure()
70 assertThat(result3.hashCode()).isNotEqualTo(result5.hashCode()); in testResultEquals_failure()
76 assertThat(result3).isNotEqualTo(result6); in testResultEquals_failure()
77 assertThat(result3.hashCode()).isNotEqualTo(result6.hashCode()); in testResultEquals_failure()
DAppSearchSchemaCtsTest.java149 assertThat(schema1).isNotEqualTo(schema2); in testEquals_failure_differentProperty()
150 assertThat(schema1.hashCode()).isNotEqualTo(schema2.hashCode()); in testEquals_failure_differentProperty()
190 assertThat(schema1).isNotEqualTo(schema2); in testEquals_failure_differentOrder()
191 assertThat(schema1.hashCode()).isNotEqualTo(schema2.hashCode()); in testEquals_failure_differentOrder()
/cts/tests/tests/content/src/android/content/cts/
DLocusIdTest.java63 assertThat(id1).isNotEqualTo(id3); in testEquals()
64 assertThat(id3).isNotEqualTo(id1); in testEquals()
75 assertThat(id1.hashCode()).isNotEqualTo(id3.hashCode()); in testHashcode()
76 assertThat(id3.hashCode()).isNotEqualTo(id1.hashCode()); in testHashcode()
/cts/common/device-side/bedstead/queryable/src/test/java/com/android/queryable/queries/
DStringQueryHelperTest.java67 stringQueryHelper.isNotEqualTo(DIFFERENT_STRING_VALUE); in matches_isNotEqualTo_meetsRestriction_returnsTrue()
77 stringQueryHelper.isNotEqualTo(DIFFERENT_STRING_VALUE); in matches_isNotEqualTo_doesNotMeetRestriction_returnsFalse()
87 stringQueryHelper.isNotEqualTo(DIFFERENT_STRING_VALUE); in matches_isNotEqualTo_multipleRestrictions_doesNotMeetRestriction_returnsFalse()
88 stringQueryHelper.isNotEqualTo(STRING_VALUE); in matches_isNotEqualTo_multipleRestrictions_doesNotMeetRestriction_returnsFalse()
DEnumQueryHelperTest.java71 enumQueryHelper.isNotEqualTo(TestEnum.VALUE1); in matches_isNotEqualTo_matches_returnsTrue()
81 enumQueryHelper.isNotEqualTo(TestEnum.VALUE1); in matches_isNotEqualTo_doesNotMatch_returnsFalse()
101 enumQueryHelper.isNotEqualTo(TestEnum.VALUE1); in isNotEqualTo_alreadySpecifiedIsNotEqualTo_throwsException()
104 () -> enumQueryHelper.isNotEqualTo(TestEnum.VALUE1)); in isNotEqualTo_alreadySpecifiedIsNotEqualTo_throwsException()
162 enumQueryHelper.isNotEqualTo(TestEnum.VALUE1); in isNotOneOf_alreadySpecifiedIsNotEqualTo_throwsException()
/cts/common/device-side/bedstead/queryable/src/main/java/com/android/queryable/queries/
DNullableQuery.java31 E isNotEqualTo(F value); in isNotEqualTo() method
40 return isNotEqualTo(null); in isNotNull()
DEnumQuery.java23 E isNotEqualTo(F value); in isNotEqualTo() method
DStringQueryHelper.java52 public E isNotEqualTo(String string) { in isNotEqualTo() method in StringQueryHelper
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DNetworkSlicingConfigTest.java29 assertThat(sc.getUrspRules()).isNotEqualTo(null); in testConstructorAndGetters()
30 assertThat(sc.getSliceInfo()).isNotEqualTo(null); in testConstructorAndGetters()
DUrspRuleTest.java39 assertThat(ur.getTrafficDescriptors()).isNotEqualTo(null); in testConstructorAndGetters()
40 assertThat(ur.getRouteSelectionDescriptor()).isNotEqualTo(null); in testConstructorAndGetters()
DEpsBearerQosSessionAttributesTest.java72 assertThat(epsBearerAttr1).isNotEqualTo(epsBearerAttr2); in testNotEquals()
73 assertThat(epsBearerAttr1).isNotEqualTo(null); in testNotEquals()
74 assertThat(epsBearerAttr1).isNotEqualTo(new String[1]); in testNotEquals()
DRouteSelectionDescriptorTest.java46 assertThat(rsd.getSliceInfo()).isNotEqualTo(null); in testConstructorAndGetters()
47 assertThat(rsd.getDataNetworkName()).isNotEqualTo(null); in testConstructorAndGetters()
DNrQosSessionAttributesTest.java77 assertThat(nrAttr1).isNotEqualTo(nrAttr2); in testNotEquals()
78 assertThat(nrAttr1).isNotEqualTo(null); in testNotEquals()
79 assertThat(nrAttr1).isNotEqualTo(new String[1]); in testNotEquals()
DTrafficDescriptorTest.java49 assertThat(td).isNotEqualTo(notEqualsTd); in testNotEquals()
50 assertThat(td).isNotEqualTo(null); in testNotEquals()
DDataProfileTest.java160 assertThat(profile).isNotEqualTo(notEqualsProfile); in testNotEquals()
161 assertThat(profile).isNotEqualTo(null); in testNotEquals()
162 assertThat(profile).isNotEqualTo(new String[1]); in testNotEquals()
DDataCallResponseTest.java197 assertThat(response).isNotEqualTo(notEqualsResponse); in testNotEquals()
198 assertThat(response).isNotEqualTo(null); in testNotEquals()
199 assertThat(response).isNotEqualTo(new String[1]); in testNotEquals()
DRadioAccessSpecifierTest.java46 assertThat(radioAccessSpecifier).isNotEqualTo(toCompare3); in testConstructorAndGetters()
/cts/tests/tests/text/src/android/text/cts/
DFontResourceTest.java56 assertThat(resID).isNotEqualTo(0); in getLayoutId()
96 .isNotEqualTo(REMOTE_FONT_TEXT_WIDTH); in testRemoteResource()
100 .isNotEqualTo(REMOTE_FONT_TEXT_WIDTH); in testRemoteResource()
/cts/hostsidetests/rollback/app/src/com/android/cts/rollback/host/app/
DHostTestHelper.java132 assertThat(committed.getCommittedSessionId()).isNotEqualTo(-1); in testApkOnlyStagedRollback_Phase2_RollBack()
153 assertThat(committed.getCommittedSessionId()).isNotEqualTo(-1); in testApkOnlyStagedRollback_Phase3_Confirm()
195 assertThat(committed.getCommittedSessionId()).isNotEqualTo(-1); in testApkOnlyMultipleStagedRollback_Phase2_RollBack()
214 assertThat(committed.getCommittedSessionId()).isNotEqualTo(-1); in testApkOnlyMultipleStagedRollback_Phase2_RollBack()
232 assertThat(committed.getCommittedSessionId()).isNotEqualTo(-1); in testApkOnlyMultipleStagedRollback_Phase3_Confirm()
242 assertThat(committed.getCommittedSessionId()).isNotEqualTo(-1); in testApkOnlyMultipleStagedRollback_Phase3_Confirm()
283 assertThat(committed.getCommittedSessionId()).isNotEqualTo(-1); in testApkOnlyMultipleStagedPartialRollback_Phase2_RollBack()
301 assertThat(committed.getCommittedSessionId()).isNotEqualTo(-1); in testApkOnlyMultipleStagedPartialRollback_Phase3_Confirm()
365 assertThat(committed.getCommittedSessionId()).isNotEqualTo(-1); in testApexOnlyStagedRollback_Phase3_RollBack()
426 assertThat(committed.getCommittedSessionId()).isNotEqualTo(-1); in testApexOnlySystemVersionStagedRollback_Phase2_RollBack()
[all …]
/cts/tests/autofillservice/src/android/autofillservice/cts/unittests/
DSavedDatasetsInfoTest.java77 assertThat(info1).isNotEqualTo(info2); in testEquals_differentType_false()
85 assertThat(info1).isNotEqualTo(info2); in testEquals_differentCount_false()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/common/
DHdmiCecVendorCommandsTest.java63 assertThat(CecMessage.getParams(message)).isNotEqualTo(INCORRECT_VENDOR_ID); in cect_11_2_9_1_GiveDeviceVendorId()
77 assertThat(CecMessage.getParams(message)).isNotEqualTo(INCORRECT_VENDOR_ID); in cect_11_2_9_2_DeviceVendorIdOnInit()
/cts/tests/tests/graphics/src/android/graphics/text/cts/
DTextRunShaperTest.java64 assertThat(result.glyphCount()).isNotEqualTo(0); in shapeText()
67 assertThat(result.getGlyphId(i)).isNotEqualTo(0); in shapeText()
105 assertThat(result1.getAdvance()).isNotEqualTo(result2.getAdvance()); in shapeText_differentPaint()
131 .isNotEqualTo(resultWithoutContext.getGlyphId(0)); in shapeText_context()
232 assertThat(glyphs).isNotEqualTo(reversedGlyphs); in positionedGlyphs_equality()
233 assertThat(glyphs).isNotEqualTo(substrGlyphs); in positionedGlyphs_equality()
234 assertThat(glyphs).isNotEqualTo(differentStyleGlyphs); in positionedGlyphs_equality()
/cts/tests/tests/provider/src/android/provider/cts/
DSettingsPanelTest.java156 assertThat(currentPackage).isNotEqualTo(SYSTEMUI_PACKAGE_NAME); in internetDialog_doneClosesDialog()
172 assertThat(currentPackage).isNotEqualTo(mSettingsPackage); in volumePanel_doneClosesPanel()
187 assertThat(currentPackage).isNotEqualTo(mSettingsPackage); in nfcPanel_doneClosesPanel()
202 assertThat(currentPackage).isNotEqualTo(mSettingsPackage); in wifiPanel_doneClosesPanel()
/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/
DTextClassifierPolicyTest.java39 .isNotEqualTo(systemTextClassifierPackageName); in defaultTextClassifierIsNotTheSameAsSystemTextClassifier()
/cts/tests/tests/appop/src/android/app/appops/cts/
DAttributionTest.kt101 .isNotEqualTo(before.attributedOpEntries[ATTRIBUTION_1]!! in manifestReceiverTagging()
105 .isNotEqualTo(before.attributedOpEntries[ATTRIBUTION_2]!! in manifestReceiverTagging()

1234