Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/dialog/
DCallSubjectDialog.java67 private static final int CALL_SUBJECT_HISTORY_SIZE = 5; field in CallSubjectDialog
450 while (history.size() > CALL_SUBJECT_HISTORY_SIZE) { in saveSubjectHistory()