Searched refs:CALL_SUBJECT_HISTORY_SIZE (Results 1 – 1 of 1) sorted by relevance
67 private static final int CALL_SUBJECT_HISTORY_SIZE = 5; field in CallSubjectDialog450 while (history.size() > CALL_SUBJECT_HISTORY_SIZE) { in saveSubjectHistory()