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

/frameworks/base/core/java/android/webkit/
H A DCookieManager.java91 private static final int MAX_RAM_COOKIES_COUNT = 1000; field in class:CookieManager
643 while (listIter.hasNext() && count < MAX_RAM_COOKIES_COUNT) {
647 while (iter.hasNext() && count < MAX_RAM_COOKIES_COUNT) {
667 if (mapSize >= MAX_RAM_DOMAIN_COUNT || count >= MAX_RAM_COOKIES_COUNT) {

Completed in 38 milliseconds