Searched defs:buildGenericStreamItemPhotoValues (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java4402 ContentValues photo1Values = buildGenericStreamItemPhotoValues(1);
4405 ContentValues photo2Values = buildGenericStreamItemPhotoValues(2);
4427 ContentValues photo1Values = buildGenericStreamItemPhotoValues(1);
4432 ContentValues photo2Values = buildGenericStreamItemPhotoValues(1);
4458 ContentValues photo1Values = buildGenericStreamItemPhotoValues(1);
4464 ContentValues photo2Values = buildGenericStreamItemPhotoValues(1);
4580 ContentValues streamItemPhotoValues = buildGenericStreamItemPhotoValues(0);
4664 ContentValues photoValues = buildGenericStreamItemPhotoValues(1);
4692 ContentValues photoValues = buildGenericStreamItemPhotoValues(1);
4762 insertStreamItemPhoto(streamItemId, buildGenericStreamItemPhotoValues(
5055 private ContentValues buildGenericStreamItemPhotoValues(int sortIndex) { method in class:ContactsProvider2Test
[all...]

Completed in 40 milliseconds