Home | History | Annotate | Download | only in contacts

Lines Matching full:rawcontactids

1008         long rawContactIds[];
1015 rawContactIds = new long[c.getCount()];
1016 for (int i = 0; i < rawContactIds.length; i++) {
1019 rawContactIds[i] = rawContactId;
1030 for (int i = 0; i < rawContactIds.length; i++) {
1048 for (int i = 0; i < rawContactIds.length; i++) {
1049 for (int j = 0; j < rawContactIds.length; j++) {
1051 buildJoinContactDiff(operations, rawContactIds[i], rawContactIds[j]);
1082 ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactIds[0]));