Searched defs:NONCE_TOKEN (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/http/
H A DHttpAuthHeader.java35 private final static String NONCE_TOKEN = "nonce"; field in class:HttpAuthHeader
369 if (token.equalsIgnoreCase(NONCE_TOKEN)) {

Completed in 28 milliseconds