Searched refs:AccountsColumns (Results 1 - 4 of 4) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java167 // NOTE: If you want to refer to account name/type/data_set, AccountsColumns.CONCRETE_XXX
173 + RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.CONCRETE_ID
180 + RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.CONCRETE_ID
183 + AccountsColumns.CONCRETE_ACCOUNT_NAME + "="
185 + AccountsColumns.CONCRETE_ACCOUNT_TYPE + "="
187 + "((" + AccountsColumns.CONCRETE_DATA_SET + " IS NULL AND "
189 + AccountsColumns.CONCRETE_DATA_SET + "="
201 + AccountsColumns.CONCRETE_ID
204 + "(" + AccountsColumns.CONCRETE_ACCOUNT_NAME
206 + "(" + AccountsColumns
624 public interface AccountsColumns extends BaseColumns { interface in class:ContactsDatabaseHelper
[all...]
H A DLegacyApiSupport.java55 import com.android.providers.contacts.ContactsDatabaseHelper.AccountsColumns;
123 + RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.CONCRETE_ID + ")"
569 AccountsColumns.CONCRETE_ACCOUNT_NAME + ", " +
570 AccountsColumns.CONCRETE_ACCOUNT_TYPE + ", " +
612 AccountsColumns.CONCRETE_ACCOUNT_NAME + ", " +
613 AccountsColumns.CONCRETE_ACCOUNT_TYPE + ", " +
686 AccountsColumns.CONCRETE_ACCOUNT_NAME + ", " +
687 AccountsColumns.CONCRETE_ACCOUNT_TYPE + ", " +
701 AccountsColumns.CONCRETE_ACCOUNT_NAME + ", " +
702 AccountsColumns
[all...]
H A DContactsProvider2.java112 import com.android.providers.contacts.ContactsDatabaseHelper.AccountsColumns;
421 + AccountsColumns.CONCRETE_ID + "=" + RawContactsColumns.CONCRETE_ACCOUNT_ID
427 AccountsColumns.CONCRETE_ACCOUNT_TYPE,
428 AccountsColumns.CONCRETE_ACCOUNT_NAME,
429 AccountsColumns.CONCRETE_DATA_SET,
448 AccountsColumns.CONCRETE_ACCOUNT_TYPE,
449 AccountsColumns.CONCRETE_ACCOUNT_NAME,
450 AccountsColumns.CONCRETE_DATA_SET,
4627 " WHERE " + AccountsColumns._ID + "=?",
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java44 import com.android.providers.contacts.ContactsDatabaseHelper.AccountsColumns;
1702 + AccountsColumns.CONCRETE_ACCOUNT_TYPE + ","
1703 + AccountsColumns.CONCRETE_ACCOUNT_NAME + ","
1704 + AccountsColumns.CONCRETE_DATA_SET + ","
1718 + AccountsColumns.CONCRETE_ID + "=" + RawContactsColumns.CONCRETE_ACCOUNT_ID
2013 AccountsColumns.CONCRETE_ACCOUNT_TYPE,
2040 + AccountsColumns.CONCRETE_ID + "=" + RawContactsColumns.CONCRETE_ACCOUNT_ID

Completed in 82 milliseconds