Searched refs:virtualOtherParent (Results 1 – 1 of 1) sorted by relevance
230 final AutofillId virtualOtherParent = new AutofillId(108, 1); in testEqualsHashCode_virtual_otherParent() local233 assertThat(virtualOtherParent).isNotEqualTo(virtual); in testEqualsHashCode_virtual_otherParent()234 assertThat(virtual).isNotEqualTo(virtualOtherParent); in testEqualsHashCode_virtual_otherParent()235 assertNotEqualsIgnoreSession(virtualOtherParent, virtual); in testEqualsHashCode_virtual_otherParent()236 assertNotEqualsIgnoreSession(virtual, virtualOtherParent); in testEqualsHashCode_virtual_otherParent()237 assertThat(virtualOtherParent).isNotEqualTo(virtualOtherChild); in testEqualsHashCode_virtual_otherParent()238 assertThat(virtualOtherChild).isNotEqualTo(virtualOtherParent); in testEqualsHashCode_virtual_otherParent()294 assertThat(virtualOtherParent).isNotEqualTo(virtual); in testEqualsHashCode_virtual_longId_otherParent()295 assertThat(virtual).isNotEqualTo(virtualOtherParent); in testEqualsHashCode_virtual_longId_otherParent()296 assertNotEqualsIgnoreSession(virtualOtherParent, virtual); in testEqualsHashCode_virtual_longId_otherParent()[all …]