Searched refs:AccountsColumns (Results 1 – 7 of 7) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelper.java | 225 + RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.CONCRETE_ID 232 + RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.CONCRETE_ID 235 + AccountsColumns.CONCRETE_ACCOUNT_NAME + "=" 237 + AccountsColumns.CONCRETE_ACCOUNT_TYPE + "=" 239 + "((" + AccountsColumns.CONCRETE_DATA_SET + " IS NULL AND " 241 + AccountsColumns.CONCRETE_DATA_SET + "=" 253 + AccountsColumns.CONCRETE_ID 256 + "(" + AccountsColumns.CONCRETE_ACCOUNT_NAME 258 + "(" + AccountsColumns.CONCRETE_ACCOUNT_TYPE 290 + RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.CONCRETE_ID [all …]
|
D | LegacyApiSupport.java | 56 import com.android.providers.contacts.ContactsDatabaseHelper.AccountsColumns; 119 + RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.CONCRETE_ID + ")" 538 AccountsColumns.CONCRETE_ACCOUNT_NAME + ", " + in createViews() 539 AccountsColumns.CONCRETE_ACCOUNT_TYPE + ", " + in createViews() 583 AccountsColumns.CONCRETE_ACCOUNT_NAME + ", " + in createViews() 584 AccountsColumns.CONCRETE_ACCOUNT_TYPE + ", " + in createViews() 657 AccountsColumns.CONCRETE_ACCOUNT_NAME + ", " + in createViews() 658 AccountsColumns.CONCRETE_ACCOUNT_TYPE + ", " + in createViews() 672 AccountsColumns.CONCRETE_ACCOUNT_NAME + ", " + in createViews() 673 AccountsColumns.CONCRETE_ACCOUNT_TYPE + ", " + in createViews() [all …]
|
D | AbstractContactsProvider.java | 39 import com.android.providers.contacts.ContactsDatabaseHelper.AccountsColumns; 442 dumpStringColumn(pw, c, AccountsColumns.ACCOUNT_NAME); in dump() 444 dumpStringColumn(pw, c, AccountsColumns.ACCOUNT_TYPE); in dump() 446 dumpStringColumn(pw, c, AccountsColumns.DATA_SET); in dump()
|
D | ContactsProvider2.java | 122 import com.android.providers.contacts.ContactsDatabaseHelper.AccountsColumns; 474 + AccountsColumns.CONCRETE_ID + "=" + RawContactsColumns.CONCRETE_ACCOUNT_ID 480 AccountsColumns.CONCRETE_ACCOUNT_TYPE, 481 AccountsColumns.CONCRETE_ACCOUNT_NAME, 482 AccountsColumns.CONCRETE_DATA_SET, 501 AccountsColumns.CONCRETE_ACCOUNT_TYPE, 502 AccountsColumns.CONCRETE_ACCOUNT_NAME, 503 AccountsColumns.CONCRETE_DATA_SET, 4969 values.put(AccountsColumns.ACCOUNT_TYPE, accountType); in searchRawContactIdForRawContactInfo() 4970 values.put(AccountsColumns.ACCOUNT_NAME, accountName); in searchRawContactIdForRawContactInfo() [all …]
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelperUpgradeTest.java | 46 import com.android.providers.contacts.ContactsDatabaseHelper.AccountsColumns; 224 new TableColumn(AccountsColumns._ID, INTEGER, false, null), 225 new TableColumn(AccountsColumns.ACCOUNT_NAME, TEXT, false, null), 226 new TableColumn(AccountsColumns.ACCOUNT_TYPE, TEXT, false, null), 227 new TableColumn(AccountsColumns.DATA_SET, TEXT, false, null),
|
D | BaseContactsProvider2Test.java | 62 import com.android.providers.contacts.ContactsDatabaseHelper.AccountsColumns; 578 values.put(AccountsColumns.ACCOUNT_NAME, accountName); in createAccount() 579 values.put(AccountsColumns.ACCOUNT_TYPE, accountType); in createAccount() 580 values.put(AccountsColumns.DATA_SET, dataSet); in createAccount()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | AbstractContactAggregator.java | 22 import com.android.providers.contacts.ContactsDatabaseHelper.AccountsColumns; 1265 + AccountsColumns.CONCRETE_ACCOUNT_TYPE + "," 1266 + AccountsColumns.CONCRETE_ACCOUNT_NAME + "," 1267 + AccountsColumns.CONCRETE_DATA_SET + "," 1282 + AccountsColumns.CONCRETE_ID + "=" + RawContactsColumns.CONCRETE_ACCOUNT_ID 1602 AccountsColumns.CONCRETE_ACCOUNT_TYPE, 1629 + AccountsColumns.CONCRETE_ID + "=" + RawContactsColumns.CONCRETE_ACCOUNT_ID in updatePhotoId()
|