Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
DImapResponse.java127 final ImapResponse thatResponse = (ImapResponse) that; in equalsForTest() local
129 if (thatResponse.tag != null) { in equalsForTest()
133 if (!tag.equals(thatResponse.tag)) { in equalsForTest()
137 if (isContinuationRequest != thatResponse.isContinuationRequest) { in equalsForTest()