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

/libcore/ojluni/src/main/java/java/net/
H A DInMemoryCookieStore.java332 // add 'cookie' indexed by 'index' into 'indexStore'
333 private <T> void addIndex(Map<T, List<HttpCookie>> indexStore, argument
340 List<HttpCookie> cookies = indexStore.get(index);
349 indexStore.put(index, cookies);

Completed in 22 milliseconds