Searched refs:oldWindowSizeMs (Results 1 – 1 of 1) sorted by relevance
232 final Long oldWindowSizeMs = mCategoryCountWindowSizesMs.put(category, newWindowSizeMs); in setCountLimit() local233 if (oldLimit != null && oldWindowSizeMs != null in setCountLimit()234 && oldLimit == limit && oldWindowSizeMs == newWindowSizeMs) { in setCountLimit()