HomeSort by relevance Sort by last modified time
    Searched refs:RawContactsColumns (Results 1 - 23 of 23) sorted by null

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsDatabaseHelperTest.java 29 import com.android.providers.contacts.ContactsDatabaseHelper.RawContactsColumns;
265 rawContactValues.put(ContactsDatabaseHelper.RawContactsColumns.ACCOUNT_ID, accountId);
303 rawContactValues.put(ContactsDatabaseHelper.RawContactsColumns.ACCOUNT_ID, accountId);
334 contentValues.put(RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY, 0);
344 RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY,
345 RawContactsColumns.PHONEBOOK_LABEL_PRIMARY);
351 contentValues.put(RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, 0);
361 RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE,
362 RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE);
369 contentValues.put(RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY, primaryBucket)
    [all...]
ContactsDatabaseHelperUpgradeTest.java 57 import com.android.providers.contacts.ContactsDatabaseHelper.RawContactsColumns;
192 new TableColumn(RawContactsColumns.ACCOUNT_ID, INTEGER, false, null),
203 new TableColumn(RawContactsColumns.AGGREGATION_NEEDED, INTEGER, true, "1"),
218 new TableColumn(RawContactsColumns.PHONEBOOK_LABEL_PRIMARY, TEXT, false, null),
219 new TableColumn(RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY, INTEGER, false, null),
221 new TableColumn(RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE, TEXT, false, null),
222 new TableColumn(RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE, INTEGER, false, null),
223 new TableColumn(RawContactsColumns.NAME_VERIFIED_OBSOLETE, INTEGER, true, "0"),
ContactsProvider2Test.java 85 import com.android.providers.contacts.ContactsDatabaseHelper.RawContactsColumns;
377 RawContactsColumns.PHONEBOOK_LABEL_PRIMARY,
378 RawContactsColumns.PHONEBOOK_BUCKET_PRIMARY,
379 RawContactsColumns.PHONEBOOK_LABEL_ALTERNATIVE,
380 RawContactsColumns.PHONEBOOK_BUCKET_ALTERNATIVE,
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 187 + RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.CONCRETE_ID
194 + RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.CONCRETE_ID
214 + RawContactsColumns.CONCRETE_ACCOUNT_ID + "=(SELECT "
229 + " ON (" + RawContactsColumns.CONCRETE_CONTACT_ID + "="
235 + DataColumns.CONCRETE_RAW_CONTACT_ID + "=" + RawContactsColumns.CONCRETE_ID
252 + RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.CONCRETE_ID
276 + AccountsColumns.CONCRETE_ID + "=" + RawContactsColumns.CONCRETE_ACCOUNT_ID
281 + RawContactsColumns.CONCRETE_BACKUP_ID + "="
284 + RawContactsColumns.CONCRETE_ACCOUNT_ID + "="
354 final String RAW_CONTACT_IS_LOCAL = RawContactsColumns.CONCRETE_ACCOUNT_I
    [all...]
DataRowHandlerForGroupMembership.java 30 import com.android.providers.contacts.ContactsDatabaseHelper.RawContactsColumns;
48 RawContactsColumns.ACCOUNT_ID,
194 RawContactsColumns.CONCRETE_ID + "=?", mSelectionArgs1, null, null, null);
AbstractContactsProvider.java 21 import com.android.providers.contacts.ContactsDatabaseHelper.RawContactsColumns;
389 "SELECT " + RawContactsColumns.ACCOUNT_ID + " AS aid"
403 + ", r." + RawContactsColumns.ACCOUNT_ID + " AS aid"
ContactsProvider2.java 147 import com.android.providers.contacts.ContactsDatabaseHelper.RawContactsColumns;
487 RawContactsColumns.CONCRETE_ID + "=? AND "
488 + GroupsColumns.CONCRETE_ACCOUNT_ID + "=" + RawContactsColumns.CONCRETE_ACCOUNT_ID
492 RawContactsColumns.CONCRETE_ID + "=? AND "
493 + GroupsColumns.CONCRETE_ACCOUNT_ID + "=" + RawContactsColumns.CONCRETE_ACCOUNT_ID
511 + AccountsColumns.CONCRETE_ID + "=" + RawContactsColumns.CONCRETE_ACCOUNT_ID
516 RawContactsColumns.CONCRETE_ID,
537 RawContactsColumns.ACCOUNT_ID,
557 + " WHERE " + RawContactsColumns.CONCRETE_ID + " IN "
586 + " WHERE " + RawContactsColumns.CONCRETE_DELETED + "=1 AND
    [all...]
SearchIndexManager.java 34 import com.android.providers.contacts.ContactsDatabaseHelper.RawContactsColumns;
313 " WHERE " + RawContactsColumns.CONCRETE_ID + " IN (");
LegacyApiSupport.java 64 import com.android.providers.contacts.ContactsDatabaseHelper.RawContactsColumns;
123 + RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.CONCRETE_ID + ")"
563 Tables.RAW_CONTACTS + "." + RawContactsColumns.DISPLAY_NAME
598 RawContactsColumns.CONCRETE_ID
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
AbstractContactAggregator.java 30 import com.android.providers.contacts.ContactsDatabaseHelper.RawContactsColumns;
113 + RawContactsColumns.CONCRETE_ID + ")" +
321 " SET " + RawContactsColumns.AGGREGATION_NEEDED + "=1" +
323 + " AND " + RawContactsColumns.AGGREGATION_NEEDED + "=0");
365 + RawContactsColumns.AGGREGATION_NEEDED + "=0" +
412 ", " + RawContactsColumns.ACCOUNT_ID +
598 * - Set {@link RawContactsColumns#AGGREGATION_NEEDED} For all visible raw_contacts with
608 RawContactsColumns.AGGREGATION_NEEDED + "=1" +
616 " WHERE " + RawContactsColumns.AGGREGATION_NEEDED + "=1 AND " +
660 RawContactsColumns.ACCOUNT_I
    [all...]
ContactAggregator2.java 40 import com.android.providers.contacts.ContactsDatabaseHelper.RawContactsColumns;
193 " WHERE " + RawContactsColumns.AGGREGATION_NEEDED + "=1" +
401 final String sql = "SELECT " + RawContactsColumns.CONCRETE_ID + " FROM " +
    [all...]
ContactAggregator.java 33 import com.android.providers.contacts.ContactsDatabaseHelper.RawContactsColumns;
126 "SELECT " + RawContacts._ID + ", " + RawContactsColumns.ACCOUNT_ID +
533 "raw_contacts1." + RawContactsColumns.AGGREGATION_NEEDED,
535 "raw_contacts2." + RawContactsColumns.AGGREGATION_NEEDED,
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 393 milliseconds