Home
last modified time | relevance | path

Searched refs:notificationId (Results 1 – 1 of 1) 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()