Searched refs:sNextNotificationId (Results 1 – 2 of 2) sorted by relevance
41 private static final AtomicInteger sNextNotificationId = new AtomicInteger(1); field in NotificationUtils80 final int notificationId = sNextNotificationId.getAndIncrement(); in sendDirectReplyNotification()
44 private static int sNextNotificationId = 0; field in ConversationNotificationInfo45 final int mNotificationId = sNextNotificationId++;