HomeSort by relevance Sort by last modified time
    Searched defs:sendNotificationsWithInlineReply (Results 1 - 4 of 4) sorted by null

  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
HeadsUpNotificationTests.java 71 mHelper.sendNotificationsWithInlineReply(NOTIFICATION_ID_1, true);
90 mHelper.sendNotificationsWithInlineReply(NOTIFICATION_ID_1, true);
103 mHelper.sendNotificationsWithInlineReply(NOTIFICATION_ID_1, true);
113 mHelper.sendNotificationsWithInlineReply(NOTIFICATION_ID_1, true);
124 mHelper.sendNotificationsWithInlineReply(NOTIFICATION_ID_2, true);
NotificationDNDTests.java 100 mHelper.sendNotificationsWithInlineReply(NOTIFICATION_ID, true);
130 mHelper.sendNotificationsWithInlineReply(NOTIFICATION_ID, true);
159 mHelper.sendNotificationsWithInlineReply(NOTIFICATION_ID, true);
NotificationInlineReplyTests.java 73 mHelper.sendNotificationsWithInlineReply(NOTIFICATION_ID,false);
96 mHelper.sendNotificationsWithInlineReply(NOTIFICATION_ID, false);
113 mHelper.sendNotificationsWithInlineReply(NOTIFICATION_ID_2, false);
NotificationHelper.java 263 public void sendNotificationsWithInlineReply(int notificationId, boolean isHeadsUp) {

Completed in 82 milliseconds