Searched refs:cursor2 (Results 1 – 1 of 1) sorted by relevance
69 Cursor cursor2 = context.getContentResolver().query( in getContact() local74 if (cursor2.moveToNext()) { in getContact()75 byte[] data = cursor2.getBlob(0); in getContact()81 if (cursor2 != null) { in getContact()82 cursor2.close(); in getContact()