Searched refs:updateThresholds (Results 1 – 3 of 3) sorted by relevance
117 ci.updateThresholds(DEFAULT_DISMISS_TO_VIEW_RATIO_LIMIT, updatedStreakLimit); in testUpdateThresholds_streakLimitsCorrectlyApplied()125 ci2.updateThresholds(DEFAULT_DISMISS_TO_VIEW_RATIO_LIMIT, updatedStreakLimit); in testUpdateThresholds_streakLimitsCorrectlyApplied()140 ci.updateThresholds(updatedDismissRatio, DEFAULT_STREAK_LIMIT); in testUpdateThresholds_ratioLimitsCorrectlyApplied()151 ci2.updateThresholds(updatedDismissRatio, DEFAULT_STREAK_LIMIT); in testUpdateThresholds_ratioLimitsCorrectlyApplied()
120 getApplicationContext().getContentResolver(), getUserId(), this::updateThresholds); in onCreate()501 impressions.updateThresholds(mSettings.mDismissToViewRatioLimit, mSettings.mStreakLimit); in createChannelImpressionsWithThresholds()505 private void updateThresholds() { in updateThresholds() method in Assistant509 channelImpressions.updateThresholds( in updateThresholds()
80 void updateThresholds(float dismissToViewRatioLimit, int streakLimit) { in updateThresholds() method in ChannelImpressions