Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
DDigestMd5Utils.java44 private static final String DIGEST_NONCE = "nonce"; field in DigestMd5Utils
77 nonce = challenge.get(DIGEST_NONCE); in Data()
113 .appendQuoted(DIGEST_NONCE, nonce) in createResponse()
223 if (!result.containsKey(DIGEST_NONCE)) { in parseDigestMessage()