Searched refs:generateNotification (Results 1 – 1 of 1) sorted by relevance
158 mForegroundNotification = generateNotification( in setup()160 mBackgroundNotification = generateNotification( in setup()162 mNavigationNotification = generateNotification( in setup()291 = generateNotification(/* isForeground= */ true, /* isNavigation= */ true); in onOptimizeForDriving_alertEntryHasNonMessageNotification_trimsNotificationTexts()328 = generateNotification(/* isForeground= */ true, /* isNavigation= */ true); in onOptimizeForDriving_alertEntryHasMessageNotification_doesNotTrimMessageTexts()552 generateNotification( /* isForegrond= */ true, /* isNavigation= */ false); in onAdditionalGroupAndRank_returnsTheSameGroupsAsStandardGroup()589 Notification newNotification = generateNotification(false, false); in onAdditionalGroupAndRank_maintainsPreviousRanking()628 Notification newNotification = generateNotification(false, false); in onAdditionalGroupAndRank_prependsHighRankNotification()689 generateNotification( /* isForegrond= */ true, /* isNavigation= */ false); in onUpdateNotification_notificationPosted_isNotUpdate_addsNotification()754 private Notification generateNotification(boolean isForeground, boolean isNavigation) { in generateNotification() method in PreprocessingManagerTest