Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/email/mail/store/imap/
DImapElementTest.java33 assertTrue(ImapElement.NONE.equalsForTest(ImapElement.NONE)); in testNone()
34 assertFalse(ImapElement.NONE.equalsForTest(null)); in testNone()
35 assertFalse(ImapElement.NONE.equalsForTest(ImapTestUtils.STRING_1)); in testNone()
36 assertFalse(ImapElement.NONE.equalsForTest(ImapTestUtils.LIST_1)); in testNone()
DImapTestUtils.java59 if (expected != null && expected.equalsForTest(actual)) { in assertElement()
/packages/apps/Email/provider_src/com/android/email/mail/store/imap/
DImapElement.java69 public boolean equalsForTest(ImapElement that) {
70 return super.equalsForTest(that);
114 public boolean equalsForTest(ImapElement that) { in equalsForTest() method in ImapElement
DImapList.java220 public boolean equalsForTest(ImapElement that) { in equalsForTest() method in ImapList
221 if (!super.equalsForTest(that)) { in equalsForTest()
229 if (!mList.get(i).equalsForTest(thatList.getElementOrNone(i))) { in equalsForTest()
DImapResponse.java140 public boolean equalsForTest(ImapElement that) { in equalsForTest() method in ImapResponse
141 if (!super.equalsForTest(that)) { in equalsForTest()
DImapString.java179 public final boolean equalsForTest(ImapElement that) { in equalsForTest() method in ImapString
180 if (!super.equalsForTest(that)) { in equalsForTest()
/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()
/packages/apps/Email/
Dproguard-test.flags87 *** equalsForTest(com.android.email.mail.store.imap.ImapElement);