Home
last modified time | relevance | path

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

/platform_testing/tests/androidbvt/src/com/android/androidbvt/
DSysUINotificationShadeTests.java234 private void sendNotificationsWithInLineReply(int notificationId, String title) { in sendNotificationsWithInLineReply() argument
242 .setContentTitle(Integer.toString(notificationId)) in sendNotificationsWithInLineReply()
249 mNotificationManager.notify(notificationId, n.build()); in sendNotificationsWithInLineReply()
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationHelper.java320 public void sendNotificationsWithInLineReply(int notificationId, boolean isHeadsUp) { in sendNotificationsWithInLineReply() argument
328 .setContentTitle(Integer.toString(notificationId)) in sendNotificationsWithInLineReply()
337 mNotificationManager.notify(notificationId, n.build()); in sendNotificationsWithInLineReply()