Home
last modified time | relevance | path

Searched refs:incrementDismissals (Results 1 – 4 of 4) sorted by relevance

/packages/modules/ExtServices/tests/src/android/ext/services/notification/
DChannelImpressionsTest.java43 ci.incrementDismissals(); in testNoStreakNoBlock()
55 ci.incrementDismissals(); in testNoStreakNoBlock_breakStreak()
70 ci.incrementDismissals(); in testStreakBlock()
82 ci.incrementDismissals(); in testRatio_NoBlockEvenWithStreak()
93 ci.incrementDismissals(); in testAppend()
97 ci2.incrementDismissals(); in testAppend()
121 ci.incrementDismissals(); in testUpdateThresholds_streakLimitsCorrectlyApplied()
129 ci2.incrementDismissals(); in testUpdateThresholds_streakLimitsCorrectlyApplied()
146 ci.incrementDismissals(); in testUpdateThresholds_ratioLimitsCorrectlyApplied()
155 ci2.incrementDismissals(); in testUpdateThresholds_ratioLimitsCorrectlyApplied()
DAssistantTest.java395 ci2.incrementDismissals(); in testRoundTripXml()
402 ci3.incrementDismissals(); in testRoundTripXml()
433 ci.incrementDismissals(); in testSettingsProviderUpdate()
/packages/modules/ExtServices/src/android/ext/services/notification/
DChannelImpressions.java75 public void incrementDismissals() { in incrementDismissals() method in ChannelImpressions
DAssistant.java339 ci.incrementDismissals(); in onNotificationRemoved()