Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/sms/
DMmsUtils.java2221 final int dupCount = cursor.getCount(); in getDupNotifications() local
2222 if (dupCount > 0) { in getDupNotifications()
2225 final int returnCount = dupCount < MAX_RETURN ? dupCount : MAX_RETURN; in getDupNotifications()