Home
last modified time | relevance | path

Searched refs:toAppend (Results 1 – 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java8438 String toAppend = "(" + RawContacts.ACCOUNT_NAME + "=" in appendAccountFromParameter() local
8443 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()