Lines Matching refs:getLong

264                 mimeTypeCondition.append(c.getLong((0)));
407 if (!connectedRawContactIds.contains(cursor.getLong(0))) {
470 long rawContactId = cursor.getLong(RawContactIdQuery.RAW_CONTACT_ID);
520 long rawContactId1 = c.getLong(AggregateExceptionQuery.RAW_CONTACT_ID1);
526 rId = c.getLong(AggregateExceptionQuery.RAW_CONTACT_ID2);
527 contactId = c.getLong(AggregateExceptionQuery.CONTACT_ID2);
528 accountId = c.getLong(AggregateExceptionQuery.ACCOUNT_ID2);
532 rId = c.getLong(AggregateExceptionQuery.RAW_CONTACT_ID1);
533 contactId = c.getLong(AggregateExceptionQuery.CONTACT_ID1);
534 accountId = c.getLong(AggregateExceptionQuery.ACCOUNT_ID1);
562 final long rId = c.getLong(IdentityLookupMatchQuery.RAW_CONTACT_ID);
566 final long contactId = c.getLong(IdentityLookupMatchQuery.CONTACT_ID);
567 final long accountId = c.getLong(IdentityLookupMatchQuery.ACCOUNT_ID);
586 long rId = c.getLong(NameLookupMatchQuery.RAW_CONTACT_ID);
590 long contactId = c.getLong(NameLookupMatchQuery.CONTACT_ID);
591 long accountId = c.getLong(NameLookupMatchQuery.ACCOUNT_ID);
616 long rId = c.getLong(EmailLookupQuery.RAW_CONTACT_ID);
620 long contactId = c.getLong(EmailLookupQuery.CONTACT_ID);
621 long accountId = c.getLong(EmailLookupQuery.ACCOUNT_ID);
647 long rId = c.getLong(NameLookupMatchQueryWithParameter.RAW_CONTACT_ID);
648 long contactId = c.getLong(NameLookupMatchQueryWithParameter.CONTACT_ID);
649 long accountId = c.getLong(NameLookupMatchQueryWithParameter.ACCOUNT_ID);
673 long rId = c.getLong(PhoneLookupQuery.RAW_CONTACT_ID);
677 long contactId = c.getLong(PhoneLookupQuery.CONTACT_ID);
678 long accountId = c.getLong(PhoneLookupQuery.ACCOUNT_ID);
743 Long rawContactId = c.getLong(ContactNameLookupQuery.RAW_CONTACT_ID);
744 Long contactId = c.getLong(ContactNameLookupQuery.CONTACT_ID);
745 Long accountId = c.getLong(ContactNameLookupQuery.ACCOUNT_ID);
816 long rawContactId = c.getLong(RawContactIdQuery.RAW_CONTACT_ID);
817 long accountId = c.getLong(RawContactIdQuery.ACCOUNT_ID);
919 Long rId = c.getLong(NullNameRawContactsIdsQuery.RAW_CONTACT_ID);
920 Long contactId = c.getLong(NullNameRawContactsIdsQuery.CONTACT_ID);
921 Long accountId = c.getLong(NullNameRawContactsIdsQuery.ACCOUNT_ID);