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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java4915 ContentValues photo1Values = buildGenericStreamItemPhotoValues(1);
4918 ContentValues photo2Values = buildGenericStreamItemPhotoValues(2);
4940 ContentValues photo1Values = buildGenericStreamItemPhotoValues(1);
4945 ContentValues photo2Values = buildGenericStreamItemPhotoValues(1);
4971 ContentValues photo1Values = buildGenericStreamItemPhotoValues(1);
4977 ContentValues photo2Values = buildGenericStreamItemPhotoValues(1);
5093 ContentValues streamItemPhotoValues = buildGenericStreamItemPhotoValues(0);
5177 ContentValues photoValues = buildGenericStreamItemPhotoValues(1);
5205 ContentValues photoValues = buildGenericStreamItemPhotoValues(1);
5275 insertStreamItemPhoto(streamItemId, buildGenericStreamItemPhotoValues(
5568 private ContentValues buildGenericStreamItemPhotoValues(int sortIndex) { method in class:ContactsProvider2Test
[all...]

Completed in 82 milliseconds