Searched refs:notificationId (Results 1 – 2 of 2) sorted by relevance
234 private void sendNotificationsWithInLineReply(int notificationId, String title) { in sendNotificationsWithInLineReply() argument242 .setContentTitle(Integer.toString(notificationId)) in sendNotificationsWithInLineReply()249 mNotificationManager.notify(notificationId, n.build()); in sendNotificationsWithInLineReply()
320 public void sendNotificationsWithInLineReply(int notificationId, boolean isHeadsUp) { in sendNotificationsWithInLineReply() argument328 .setContentTitle(Integer.toString(notificationId)) in sendNotificationsWithInLineReply()337 mNotificationManager.notify(notificationId, n.build()); in sendNotificationsWithInLineReply()