Searched refs:selectionSb (Results 1 – 1 of 1) sorted by relevance
1670 StringBuilder selectionSb = new StringBuilder(RawContacts.ACCOUNT_NAME + "=" in appendAccountToSelection() local1675 selectionSb.append(" AND ("); in appendAccountToSelection()1676 selectionSb.append(selection); in appendAccountToSelection()1677 selectionSb.append(')'); in appendAccountToSelection()1679 return selectionSb.toString(); in appendAccountToSelection()