Searched refs:assertNotEqualsIgnoreSession (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/android/view/autofill/ |
H A D | AutofillIdTest.java | 189 assertNotEqualsIgnoreSession(id, otherId); in testEqualsHashCode_nonVirtual_other() 190 assertNotEqualsIgnoreSession(otherId, id); in testEqualsHashCode_nonVirtual_other() 207 assertNotEqualsIgnoreSession(id, virtual); in testEqualsHashCode_virtual_same() 208 assertNotEqualsIgnoreSession(virtual, id); in testEqualsHashCode_virtual_same() 219 assertNotEqualsIgnoreSession(virtualOtherChild, virtual); in testEqualsHashCode_virtual_otherChild() 223 assertNotEqualsIgnoreSession(virtualOtherChild, id); in testEqualsHashCode_virtual_otherChild() 224 assertNotEqualsIgnoreSession(id, virtualOtherChild); in testEqualsHashCode_virtual_otherChild() 267 assertNotEqualsIgnoreSession(sameVirtual, hostId); in testEqualsHashCode_virtual_longId_same() 268 assertNotEqualsIgnoreSession(hostId, sameVirtual); in testEqualsHashCode_virtual_longId_same() 283 assertNotEqualsIgnoreSession(virtualOtherChild, hostId); in testEqualsHashCode_virtual_longId_otherChild() [all …]
|