Home
last modified time | relevance | path

Searched refs:sendNotificationsWithInLineReply (Results 1 – 5 of 5) sorted by relevance

/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DHeadsUpNotificationTests.java71 mHelper.sendNotificationsWithInLineReply(NOTIFICATION_ID_1, true); in testHeadsUpNotificationInlineReply()
90 mHelper.sendNotificationsWithInLineReply(NOTIFICATION_ID_1, true); in testHeadsUpNotificationManualDismiss()
103 mHelper.sendNotificationsWithInLineReply(NOTIFICATION_ID_1, true); in testHeadsUpNotificationAutoDismiss()
113 mHelper.sendNotificationsWithInLineReply(NOTIFICATION_ID_1, true); in testHeadsUpNotificationInlineReplyMulti()
124 mHelper.sendNotificationsWithInLineReply(NOTIFICATION_ID_2, true); in testHeadsUpNotificationInlineReplyMulti()
DNotificationInlineReplyTests.java66 mHelper.sendNotificationsWithInLineReply(NOTIFICATION_ID,false); in testInLineNotificationWithLockScreen()
89 mHelper.sendNotificationsWithInLineReply(NOTIFICATION_ID,false); in testInLineNotificationsWithQuickSetting()
DNotificationDNDTests.java99 mHelper.sendNotificationsWithInLineReply(NOTIFICATION_ID, true); in testDND()
127 mHelper.sendNotificationsWithInLineReply(NOTIFICATION_ID, true); in testPriority()
151 mHelper.sendNotificationsWithInLineReply(NOTIFICATION_ID, true); in testBlockNotification()
DNotificationHelper.java320 public void sendNotificationsWithInLineReply(int notificationId, boolean isHeadsUp) { in sendNotificationsWithInLineReply() method in NotificationHelper
/platform_testing/tests/androidbvt/src/com/android/androidbvt/
DSysUINotificationShadeTests.java171 sendNotificationsWithInLineReply(NOTIFICATION_ID_2, INLINE_REPLY_TITLE); in verifyInlineAndDimissNotification()
234 private void sendNotificationsWithInLineReply(int notificationId, String title) { in sendNotificationsWithInLineReply() method in SysUINotificationShadeTests