Searched refs:dupCount (Results 1 – 1 of 1) sorted by relevance
2151 final int dupCount = cursor.getCount(); in getDupNotifications() local2152 if (dupCount > 0) { in getDupNotifications()2155 final int returnCount = dupCount < MAX_RETURN ? dupCount : MAX_RETURN; in getDupNotifications()