Home
last modified time | relevance | path

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

/packages/apps/Mms/src/com/android/mms/transaction/
DMessagingNotification.java1022 HashSet<Long> uniqueThreads = new HashSet<Long>(messageCount); in updateNotification() local
1028 if (!uniqueThreads.contains(notificationInfo.mThreadId)) { in updateNotification()
1029 uniqueThreads.add(notificationInfo.mThreadId); in updateNotification()
1054 uniqueThreads.clear(); in updateNotification()