Home
last modified time | relevance | path

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

/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DNotificationHelper.java183 int notificationId, String title, String inLineReply, PendingIntent pendingIntent, in sendNotificationsWithInLineReply() argument
192 .setContentTitle(Integer.toString(notificationId)) in sendNotificationsWithInLineReply()
198 mNotificationManager.notify(notificationId, n.build()); in sendNotificationsWithInLineReply()
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationHelper.java265 public void sendNotificationsWithInlineReply(int notificationId, boolean isHeadsUp) { in sendNotificationsWithInlineReply() argument
273 .setContentTitle(Integer.toString(notificationId)) in sendNotificationsWithInlineReply()
282 mNotificationManager.notify(notificationId, n.build()); in sendNotificationsWithInlineReply()