Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsDatabaseHelperUpgradeTest.java288 new TableColumn(RawContacts.SYNC1, TEXT, false, null),
303 new TableColumn(StreamItems.SYNC1, TEXT, false, null),
314 new TableColumn(StreamItemPhotos.SYNC1, TEXT, false, null),
362 new TableColumn(Data.SYNC1, TEXT, false, null),
407 new TableColumn(Groups.SYNC1, TEXT, false, null),
DContactsProvider2Test.java408 RawContacts.SYNC1, in testRawContactsProjection()
443 Data.SYNC1, in testDataProjection()
533 Data.SYNC1, in testDistinctDataProjection()
617 Data.SYNC1, in testEntityProjection()
638 RawContacts.SYNC1, in testEntityProjection()
698 RawContacts.SYNC1, in testRawEntityProjection()
727 Data.SYNC1, in testRawEntityProjection()
887 Groups.SYNC1, in testGroupsProjection()
915 Groups.SYNC1, in testGroupsSummaryProjection()
1003 values.put(RawContacts.SYNC1, "e"); in testRawContactsInsert()
[all …]
/packages/apps/Contacts/src/com/android/contacts/model/
DContactLoader.java140 RawContacts.SYNC1,
162 Data.SYNC1,
219 public static final int SYNC1 = 21; field in ContactLoader.ContactQuery
630 cursorColumnToContentValues(cursor, cv, ContactQuery.SYNC1); in loadRawContactValues()
DRawContact.java233 return getValues().getAsString(RawContacts.SYNC1); in getSync1()
/packages/apps/Dialer/java/com/android/contacts/common/model/
DContactLoader.java480 cursorColumnToContentValues(cursor, cv, ContactQuery.SYNC1); in loadRawContactValues()
810 public static final int SYNC1 = 21; field in ContactLoader.ContactQuery
877 RawContacts.SYNC1,
898 Data.SYNC1,
DRawContact.java148 return getValues().getAsString(RawContacts.SYNC1); in getSync1()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java463 Tables.RAW_CONTACTS + "." + RawContacts.SYNC1;
671 final String CONCRETE_SYNC1 = Tables.STREAM_ITEMS + "." + StreamItems.SYNC1;
685 final String CONCRETE_SYNC1 = Tables.STREAM_ITEM_PHOTOS + "." + StreamItemPhotos.SYNC1;
1317 RawContacts.SYNC1 + " TEXT, " + in onCreate()
1348 StreamItems.SYNC1 + " TEXT, " + in onCreate()
1360 StreamItemPhotos.SYNC1 + " TEXT, " + in onCreate()
1421 Data.SYNC1 + " TEXT, " + in onCreate()
1522 Groups.SYNC1 + " TEXT, " + in onCreate()
1890 + Data.SYNC1 + ", " in createContactsViews()
1909 + RawContactsColumns.CONCRETE_SYNC1 + " AS " + RawContacts.SYNC1 + "," in createContactsViews()
[all …]
DContactsProvider2.java668 .add(RawContacts.SYNC1)
698 .add(Data.SYNC1)
962 .add(Groups.SYNC1)
1081 .add(StreamItems.SYNC1)
1099 .add(StreamItemPhotos.SYNC1)
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DContactLoaderTest.java322 RawContacts.SYNC1, RawContacts.SYNC2, RawContacts.SYNC3, RawContacts.SYNC4, in fetchAllData()
330 Data.SYNC1, Data.SYNC2, Data.SYNC3, Data.SYNC4, in fetchAllData()