Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/contacts/common/dialog/
DCallSubjectDialog.java76 private static final int CALL_SUBJECT_HISTORY_SIZE = 5; field in CallSubjectDialog
391 while (history.size() > CALL_SUBJECT_HISTORY_SIZE) { in saveSubjectHistory()
/packages/apps/Contacts/src/com/android/contacts/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()