Searched refs:NOTIFICATION_MESSAGE_ID (Results 1 – 1 of 1) sorted by relevance
53 private static final int NOTIFICATION_MESSAGE_ID = 1; // Used for other messages field in MainActivity380 notificationManager.notify(NOTIFICATION_MESSAGE_ID, builder.build()); in sendNotificationMessage()