Searched refs:equalsForTest (Results 1 – 4 of 4) sorted by relevance
75 public boolean equalsForTest(ImapElement that) {76 return super.equalsForTest(that);118 public boolean equalsForTest(ImapElement that) { in equalsForTest() method in ImapElement
211 public boolean equalsForTest(ImapElement that) { in equalsForTest() method in ImapList212 if (!super.equalsForTest(that)) { in equalsForTest()220 if (!list.get(i).equalsForTest(thatList.getElementOrNone(i))) { in equalsForTest()
123 public boolean equalsForTest(ImapElement that) { in equalsForTest() method in ImapResponse124 if (!super.equalsForTest(that)) { in equalsForTest()
172 public final boolean equalsForTest(ImapElement that) { in equalsForTest() method in ImapString173 if (!super.equalsForTest(that)) { in equalsForTest()