Searched refs:idSetBuilder (Results 1 – 1 of 1) sorted by relevance
617 StringBuilder idSetBuilder = new StringBuilder(); in getContactInfoForPhoneUris() local624 idSetBuilder.append(uri.getLastPathSegment()); in getContactInfoForPhoneUris()626 idSetBuilder.append(',').append(uri.getLastPathSegment()); in getContactInfoForPhoneUris()633 if (idSetBuilder.length() > 0) { in getContactInfoForPhoneUris()634 final String whereClause = Phone._ID + " IN (" + idSetBuilder.toString() + ")"; in getContactInfoForPhoneUris()