Searched refs:MAX_COOKIE_LENGTH (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DCookieManager.java80 private static final int MAX_COOKIE_LENGTH = 4 * 1024; field in class:CookieManager
353 if (value != null && value.length() > MAX_COOKIE_LENGTH) {
1032 if (semicolonIndex - equalIndex > MAX_COOKIE_LENGTH) {
1035 equalIndex + 1 + MAX_COOKIE_LENGTH);

Completed in 405 milliseconds