Searched refs:getTestCallLogValues (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DCallLogProviderTest.java408 getTestCallLogValues(2),
409 getTestCallLogValues(1),
410 getTestCallLogValues(0));
414 mResolver.insert(Calls.CONTENT_URI, getTestCallLogValues(1));
415 assertStoredValues(Calls.CONTENT_URI, getTestCallLogValues(1));
418 getTestCallLogValues(2),
419 getTestCallLogValues(1),
420 getTestCallLogValues(0));
496 cursor.addRow(CommonDatabaseUtils.getArrayFromContentValues(getTestCallLogValues(i),
505 private ContentValues getTestCallLogValues(in method in class:CallLogProviderTest
[all...]

Completed in 30 milliseconds