Searched refs:notificationId (Results 1 – 2 of 2) sorted by relevance
183 int notificationId, String title, String inLineReply, PendingIntent pendingIntent, in sendNotificationsWithInLineReply() argument192 .setContentTitle(Integer.toString(notificationId)) in sendNotificationsWithInLineReply()198 mNotificationManager.notify(notificationId, n.build()); in sendNotificationsWithInLineReply()
265 public void sendNotificationsWithInlineReply(int notificationId, boolean isHeadsUp) { in sendNotificationsWithInlineReply() argument273 .setContentTitle(Integer.toString(notificationId)) in sendNotificationsWithInlineReply()282 mNotificationManager.notify(notificationId, n.build()); in sendNotificationsWithInlineReply()