Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/
DContactLoader.java1197 Cursor sipCursor = getContext().getContentResolver().query( in loadStreamItems() local
1202 while (sipCursor.moveToNext()) { in loadStreamItems()
1203 long streamItemId = sipCursor.getLong( in loadStreamItems()
1204 sipCursor.getColumnIndex(StreamItemPhotos.STREAM_ITEM_ID)); in loadStreamItems()
1206 streamItem.addPhoto(new StreamItemPhotoEntry(sipCursor)); in loadStreamItems()
1209 sipCursor.close(); in loadStreamItems()