Searched refs:sendNotificationsWithInLineReply (Results 1 – 5 of 5) sorted by relevance
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/ |
D | HeadsUpNotificationTests.java | 71 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()
|
D | NotificationInlineReplyTests.java | 66 mHelper.sendNotificationsWithInLineReply(NOTIFICATION_ID,false); in testInLineNotificationWithLockScreen() 89 mHelper.sendNotificationsWithInLineReply(NOTIFICATION_ID,false); in testInLineNotificationsWithQuickSetting()
|
D | NotificationDNDTests.java | 99 mHelper.sendNotificationsWithInLineReply(NOTIFICATION_ID, true); in testDND() 127 mHelper.sendNotificationsWithInLineReply(NOTIFICATION_ID, true); in testPriority() 151 mHelper.sendNotificationsWithInLineReply(NOTIFICATION_ID, true); in testBlockNotification()
|
D | NotificationHelper.java | 320 public void sendNotificationsWithInLineReply(int notificationId, boolean isHeadsUp) { in sendNotificationsWithInLineReply() method in NotificationHelper
|
/platform_testing/tests/androidbvt/src/com/android/androidbvt/ |
D | SysUINotificationShadeTests.java | 171 sendNotificationsWithInLineReply(NOTIFICATION_ID_2, INLINE_REPLY_TITLE); in verifyInlineAndDimissNotification() 234 private void sendNotificationsWithInLineReply(int notificationId, String title) { in sendNotificationsWithInLineReply() method in SysUINotificationShadeTests
|