Searched refs:MAX_ENTRIES (Results 1 – 2 of 2) sorted by relevance
28 private static final int MAX_ENTRIES = 100; field in History96 if (mEntries.size() >= MAX_ENTRIES) { in enter()
85 private static final int MAX_ENTRIES = 20; field in DialerDatabaseHelper962 while ((cursor.moveToNext()) && (counter < MAX_ENTRIES)) { in getLooseMatches()