Home
last modified time | relevance | path

Searched refs:sendNotificationsWithInlineReply (Results 1 – 3 of 3) sorted by relevance

/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DHeadsUpNotificationTests.java71 mHelper.sendNotificationsWithInlineReply(NOTIFICATION_ID_1, true); in testHeadsUpNotificationInlineReply()
91 mHelper.sendNotificationsWithInlineReply(NOTIFICATION_ID_1, true); in testHeadsUpNotificationUpdate()
94 mHelper.sendNotificationsWithInlineReply(NOTIFICATION_ID_1, true); in testHeadsUpNotificationUpdate()
95 mHelper.sendNotificationsWithInlineReply(NOTIFICATION_ID_1, true); in testHeadsUpNotificationUpdate()
96 mHelper.sendNotificationsWithInlineReply(NOTIFICATION_ID_1, true); in testHeadsUpNotificationUpdate()
106 mHelper.sendNotificationsWithInlineReply(NOTIFICATION_ID_1, true); in testHeadsUpNotificationManualDismiss()
120 mHelper.sendNotificationsWithInlineReply(NOTIFICATION_ID_1, true); in testHeadsUpNotificationAutoDismiss()
137 mHelper.sendNotificationsWithInlineReply(NOTIFICATION_ID_1, true); in testMultipleHeadsUpNotificationWithInlineReply()
148 mHelper.sendNotificationsWithInlineReply(NOTIFICATION_ID_2, true); in testMultipleHeadsUpNotificationWithInlineReply()
DNotificationInlineReplyTests.java73 mHelper.sendNotificationsWithInlineReply(NOTIFICATION_ID,false); in testInLineNotificationWithLockScreen()
96 mHelper.sendNotificationsWithInlineReply(NOTIFICATION_ID, false); in testInLineNotificationsWithQuickSetting()
113 mHelper.sendNotificationsWithInlineReply(NOTIFICATION_ID_2, false); in testInlineReplyNotification()
DNotificationHelper.java265 public void sendNotificationsWithInlineReply(int notificationId, boolean isHeadsUp) { in sendNotificationsWithInlineReply() method in NotificationHelper