Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManagerTest.java211 final int historySize = 10; in testGetPhonebookSize_whenTypeIsHistory() local
213 when(cursor.getCount()).thenReturn(historySize); in testGetPhonebookSize_whenTypeIsHistory()
221 .isEqualTo(historySize); in testGetPhonebookSize_whenTypeIsHistory()
/packages/apps/Dialer/java/com/android/contacts/common/dialog/
DCallSubjectDialog.java260 int historySize = prefs.getInt(PREF_KEY_SUBJECT_HISTORY_COUNT, 0); in loadSubjectHistory() local
261 List<String> subjects = new ArrayList(historySize); in loadSubjectHistory()
263 for (int ix = 0; ix < historySize; ix++) { in loadSubjectHistory()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageDraw.java164 int historySize = event.getHistorySize(); in onTouchEvent() local
165 for (int h = 0; h < historySize; h++) { in onTouchEvent()
/packages/apps/Contacts/src/com/android/contacts/dialog/
DCallSubjectDialog.java430 int historySize = prefs.getInt(PREF_KEY_SUBJECT_HISTORY_COUNT, 0); in loadSubjectHistory() local
431 List<String> subjects = new ArrayList(historySize); in loadSubjectHistory()
433 for (int ix = 0 ; ix < historySize; ix++) { in loadSubjectHistory()