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

/frameworks/base/core/java/android/webkit/
H A DCookieManager.java74 private static final int SECURE_LENGTH = SECURE.length(); field in class:CookieManager
882 if (length - index >= SECURE_LENGTH
883 && cookieString.substring(index, index + SECURE_LENGTH).
885 index += SECURE_LENGTH;

Completed in 54 milliseconds