Home | History | Annotate | Download | only in model

Lines Matching refs:account

27 import com.android.contacts.model.account.AccountType;
28 import com.android.contacts.model.account.AccountWithDataSet;
38 * from a single account.
41 * fields (like account type, name, data set, sync state, etc.) and a list of
114 * Returns the account name of the raw contact.
121 * Returns the account type of the raw contact.
135 * Returns the account type and data set of the raw contact.
190 * Sets the account name, account type, and data set strings.
191 * Valid combinations for account-name, account-type, data-set
192 * 1) null, null, null (local account)
193 * 2) non-null, non-null, null (valid account without data-set)
194 * 3) non-null, non-null, non-null (valid account with data-set)
200 // This is a local account
208 // This is a valid account, either with or without a dataSet.
220 "Not a valid combination of account name, type, and data set.");