Home
last modified time | relevance | path

Searched refs:sNextNotificationId (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/
DNotificationUtils.java41 private static final AtomicInteger sNextNotificationId = new AtomicInteger(1); field in NotificationUtils
80 final int notificationId = sNextNotificationId.getAndIncrement(); in sendDirectReplyNotification()
/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DConversationNotificationInfo.java44 private static int sNextNotificationId = 0; field in ConversationNotificationInfo
45 final int mNotificationId = sNextNotificationId++;