Searched refs:contactDbCursor (Results 1 – 1 of 1) sorted by relevance
605 Cursor contactDbCursor = getContentResolver().query( in checkForPhoneNumberDelete() local609 if (null != contactDbCursor) { in checkForPhoneNumberDelete()610 contactsDbCount = contactDbCursor.getCount(); in checkForPhoneNumberDelete()666 while (contactDbCursor.moveToNext()) { in checkForPhoneNumberDelete()667 String contactPhoneNumber = contactDbCursor.getString(contactDbCursor in checkForPhoneNumberDelete()669 Long contactDataId = Long.valueOf(contactDbCursor.getLong( in checkForPhoneNumberDelete()670 contactDbCursor in checkForPhoneNumberDelete()691 if (null != contactDbCursor) { in checkForPhoneNumberDelete()692 contactDbCursor.close(); in checkForPhoneNumberDelete()