Home
last modified time | relevance | path

Searched refs:equalsForTest (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
DImapElement.java75 public boolean equalsForTest(ImapElement that) {
76 return super.equalsForTest(that);
118 public boolean equalsForTest(ImapElement that) { in equalsForTest() method in ImapElement
DImapList.java211 public boolean equalsForTest(ImapElement that) { in equalsForTest() method in ImapList
212 if (!super.equalsForTest(that)) { in equalsForTest()
220 if (!list.get(i).equalsForTest(thatList.getElementOrNone(i))) { in equalsForTest()
DImapResponse.java123 public boolean equalsForTest(ImapElement that) { in equalsForTest() method in ImapResponse
124 if (!super.equalsForTest(that)) { in equalsForTest()
DImapString.java172 public final boolean equalsForTest(ImapElement that) { in equalsForTest() method in ImapString
173 if (!super.equalsForTest(that)) { in equalsForTest()