Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/dialog/
DCallSubjectDialog.java455 int historyCount = 0; in saveSubjectHistory() local
458 editor.putString(PREF_KEY_SUBJECT_HISTORY_ITEM + historyCount, in saveSubjectHistory()
460 historyCount++; in saveSubjectHistory()
463 editor.putInt(PREF_KEY_SUBJECT_HISTORY_COUNT, historyCount); in saveSubjectHistory()