Searched refs:generateRecord (Results 1 – 5 of 5) sorted by relevance
57 NotificationRecord r = generateRecord(); in testExtractIntercepted()74 NotificationRecord r = generateRecord(); in testExtractVisualDisturbancesNotIntercepted()89 NotificationRecord r = generateRecord(); in testExtractVisualDisturbancesIntercepted()103 private NotificationRecord generateRecord() { in generateRecord() method in ZenModeExtractorTest
40 NotificationRecord r = generateRecord(); in testHasDiffs_noDiffs()68 NotificationRecord r = generateRecord(); in testHasDiffs_proposedImportanceChange()102 NotificationRecord r = generateRecord(); in testHasDiffs_autoBundled()137 NotificationRecord r = generateRecord(); in testHasDiffs_sensitiveContentChange()169 private NotificationRecord generateRecord() { in generateRecord() method in NotificationRecordExtractorDataTest
50 NotificationRecord r = generateRecord(); in testExtractsAdjustment()82 NotificationRecord r = generateRecord(); in testExtractsAdjustments()114 private NotificationRecord generateRecord() { in generateRecord() method in NotificationAdjustmentExtractorTest
92 NotificationRecord info = generateRecord(cat); in assertCriticality()98 private NotificationRecord generateRecord(String category) { in generateRecord() method in CriticalNotificationExtractorTest
233 NotificationRecord critical = generateRecord(0); in testSortShouldRespectCritical()234 NotificationRecord critical_ish = generateRecord(1); in testSortShouldRespectCritical()235 NotificationRecord critical_notAtAll = generateRecord(100); in testSortShouldRespectCritical()251 private NotificationRecord generateRecord(int criticality) { in generateRecord() method in RankingHelperTest