Home
last modified time | relevance | path

Searched refs:createMessageNotification (Results 1 – 2 of 2) sorted by relevance

/packages/modules/ExtServices/tests/src/android/ext/services/notification/
DSmartActionsHelperTest.java156 Notification notification = createMessageNotification(); in testSuggest_settingsOff()
169 Notification notification = createMessageNotification(); in testSuggest_settings_repliesOnActionsOff()
186 Notification notification = createMessageNotification(); in testSuggest_settings_repliesOffActionsOn()
202 Notification notification = createMessageNotification(); in testSuggest_nonMessageStyleMessageNotification()
320 Notification notification = createMessageNotification(); in testOnSuggestedReplySent()
340 Notification notification = createMessageNotification(); in testOnSuggestedReplySent_anotherNotification()
355 Notification notification = createMessageNotification(); in testOnSuggestedReplySent_missingResultId()
367 Notification notification = createMessageNotification(); in testOnNotificationDirectReply()
383 Notification notification = createMessageNotification(); in testOnNotificationExpansionChanged()
399 Notification notification = createMessageNotification(); in testOnNotificationsSeen_notExpanded()
[all …]
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java185 createMessageNotification(silent, conversationId); in update()
594 private static void createMessageNotification(final boolean silent, in createMessageNotification() method in BugleNotifications