Searched refs:rawContactIdCursor (Results 1 – 1 of 1) sorted by relevance
316 Cursor rawContactIdCursor = null; in queryForRawContactId() local319 rawContactIdCursor = cr.query(RawContacts.CONTENT_URI, in queryForRawContactId()322 if (rawContactIdCursor != null && rawContactIdCursor.moveToFirst()) { in queryForRawContactId()324 rawContactId = rawContactIdCursor.getLong(0); in queryForRawContactId()327 if (rawContactIdCursor != null) { in queryForRawContactId()328 rawContactIdCursor.close(); in queryForRawContactId()335 Cursor rawContactIdCursor = null; in queryForAllRawContactIds() local338 rawContactIdCursor = cr.query(RawContacts.CONTENT_URI, in queryForAllRawContactIds()341 if (rawContactIdCursor != null) { in queryForAllRawContactIds()342 while (rawContactIdCursor.moveToNext()) { in queryForAllRawContactIds()[all …]