Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsDatabaseHelperUpgradeTest.java302 new TableColumn(RawContacts.SYNC3, TEXT, false, null),
317 new TableColumn(StreamItems.SYNC3, TEXT, false, null),
328 new TableColumn(StreamItemPhotos.SYNC3, TEXT, false, null),
376 new TableColumn(Data.SYNC3, TEXT, false, null),
419 new TableColumn(Groups.SYNC3, TEXT, false, null),
DContactsProvider2Test.java392 RawContacts.SYNC3, in testRawContactsProjection()
425 Data.SYNC3, in testDataProjection()
513 Data.SYNC3, in testDistinctDataProjection()
595 Data.SYNC3, in testEntityProjection()
616 RawContacts.SYNC3, in testEntityProjection()
676 RawContacts.SYNC3, in testRawEntityProjection()
703 Data.SYNC3, in testRawEntityProjection()
859 Groups.SYNC3, in testGroupsProjection()
887 Groups.SYNC3, in testGroupsSummaryProjection()
975 values.put(RawContacts.SYNC3, "g"); in testRawContactsInsert()
[all …]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java464 Tables.RAW_CONTACTS + "." + RawContacts.SYNC3;
674 final String CONCRETE_SYNC3 = Tables.STREAM_ITEMS + "." + StreamItems.SYNC3;
688 final String CONCRETE_SYNC3 = Tables.STREAM_ITEM_PHOTOS + "." + StreamItemPhotos.SYNC3;
1329 RawContacts.SYNC3 + " TEXT, " + in onCreate()
1360 StreamItems.SYNC3 + " TEXT, " + in onCreate()
1372 StreamItemPhotos.SYNC3 + " TEXT, " + in onCreate()
1433 Data.SYNC3 + " TEXT, " + in onCreate()
1532 Groups.SYNC3 + " TEXT, " + in onCreate()
1921 + Data.SYNC3 + ", " in createContactsViews()
1940 + RawContactsColumns.CONCRETE_SYNC3 + " AS " + RawContacts.SYNC3 + "," in createContactsViews()
[all …]
DContactsProvider2.java737 .add(RawContacts.SYNC3)
765 .add(Data.SYNC3)
1031 .add(Groups.SYNC3)
1150 .add(StreamItems.SYNC3)
1168 .add(StreamItemPhotos.SYNC3)
/packages/apps/Dialer/java/com/android/contacts/common/model/
DContactLoader.java482 cursorColumnToContentValues(cursor, cv, ContactQuery.SYNC3); in loadRawContactValues()
810 public static final int SYNC3 = 23; field in ContactLoader.ContactQuery
877 RawContacts.SYNC3,
898 Data.SYNC3,
DRawContact.java156 return getValues().getAsString(RawContacts.SYNC3); in getSync3()
/packages/apps/Contacts/src/com/android/contacts/model/
DContactLoader.java147 RawContacts.SYNC3,
169 Data.SYNC3,
229 public static final int SYNC3 = 23; field in ContactLoader.ContactQuery
642 cursorColumnToContentValues(cursor, cv, ContactQuery.SYNC3); in loadRawContactValues()
DRawContact.java241 return getValues().getAsString(RawContacts.SYNC3); in getSync3()
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DContactLoaderTest.java326 RawContacts.SYNC1, RawContacts.SYNC2, RawContacts.SYNC3, RawContacts.SYNC4, in fetchAllData()
334 Data.SYNC1, Data.SYNC2, Data.SYNC3, Data.SYNC4, in fetchAllData()