Home | History | Annotate | Download | only in contacts

Lines Matching defs:rawContactIds

1016         long rawContactIds[];
1023 rawContactIds = new long[c.getCount()];
1024 for (int i = 0; i < rawContactIds.length; i++) {
1027 rawContactIds[i] = rawContactId;
1038 for (int i = 0; i < rawContactIds.length; i++) {
1056 for (int i = 0; i < rawContactIds.length; i++) {
1057 for (int j = 0; j < rawContactIds.length; j++) {
1059 buildJoinContactDiff(operations, rawContactIds[i], rawContactIds[j]);
1090 ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactIds[0]));