Searched refs:updatedStreakLimit (Results 1 – 1 of 1) sorted by relevance
115 int updatedStreakLimit = DEFAULT_STREAK_LIMIT + 3; in testUpdateThresholds_streakLimitsCorrectlyApplied() local117 ci.updateThresholds(DEFAULT_DISMISS_TO_VIEW_RATIO_LIMIT, updatedStreakLimit); in testUpdateThresholds_streakLimitsCorrectlyApplied()119 for (int i = 0; i <= updatedStreakLimit; i++) { in testUpdateThresholds_streakLimitsCorrectlyApplied()125 ci2.updateThresholds(DEFAULT_DISMISS_TO_VIEW_RATIO_LIMIT, updatedStreakLimit); in testUpdateThresholds_streakLimitsCorrectlyApplied()127 for (int i = 0; i < updatedStreakLimit; i++) { in testUpdateThresholds_streakLimitsCorrectlyApplied()