Searched refs:historySize (Results 1 – 4 of 4) sorted by relevance
211 final int historySize = 10; in testGetPhonebookSize_whenTypeIsHistory() local213 when(cursor.getCount()).thenReturn(historySize); in testGetPhonebookSize_whenTypeIsHistory()221 .isEqualTo(historySize); in testGetPhonebookSize_whenTypeIsHistory()
260 int historySize = prefs.getInt(PREF_KEY_SUBJECT_HISTORY_COUNT, 0); in loadSubjectHistory() local261 List<String> subjects = new ArrayList(historySize); in loadSubjectHistory()263 for (int ix = 0; ix < historySize; ix++) { in loadSubjectHistory()
164 int historySize = event.getHistorySize(); in onTouchEvent() local165 for (int h = 0; h < historySize; h++) { in onTouchEvent()
430 int historySize = prefs.getInt(PREF_KEY_SUBJECT_HISTORY_COUNT, 0); in loadSubjectHistory() local431 List<String> subjects = new ArrayList(historySize); in loadSubjectHistory()433 for (int ix = 0 ; ix < historySize; ix++) { in loadSubjectHistory()