Searched refs:contactDbCursor (Results 1 – 1 of 1) sorted by relevance
611 Cursor contactDbCursor = getContentResolver().query( in checkForPhoneNumberDelete() local615 if (null != contactDbCursor) { in checkForPhoneNumberDelete()616 contactsDbCount = contactDbCursor.getCount(); in checkForPhoneNumberDelete()672 while (contactDbCursor.moveToNext()) { in checkForPhoneNumberDelete()673 String contactPhoneNumber = contactDbCursor.getString(contactDbCursor in checkForPhoneNumberDelete()675 Long contactDataId = Long.valueOf(contactDbCursor.getLong( in checkForPhoneNumberDelete()676 contactDbCursor in checkForPhoneNumberDelete()697 if (null != contactDbCursor) { in checkForPhoneNumberDelete()698 contactDbCursor.close(); in checkForPhoneNumberDelete()