Searched refs:toAppend (Results 1 – 1 of 1) sorted by relevance
8438 String toAppend = "(" + RawContacts.ACCOUNT_NAME + "=" in appendAccountFromParameter() local8443 toAppend += " AND " + RawContacts.DATA_SET + " IS NULL"; in appendAccountFromParameter()8445 toAppend += " AND " + RawContacts.DATA_SET + "=" + in appendAccountFromParameter()8448 toAppend += ")"; in appendAccountFromParameter()8449 qb.appendWhere(toAppend); in appendAccountFromParameter()