Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsDatabaseHelperUpgradeTest.java226 new TableColumn(RawContacts.SYNC3, TEXT, false, null),
241 new TableColumn(StreamItems.SYNC3, TEXT, false, null),
252 new TableColumn(StreamItemPhotos.SYNC3, TEXT, false, null),
300 new TableColumn(Data.SYNC3, TEXT, false, null),
343 new TableColumn(Groups.SYNC3, TEXT, false, null),
DContactsProvider2Test.java390 RawContacts.SYNC3, in testRawContactsProjection()
423 Data.SYNC3, in testDataProjection()
511 Data.SYNC3, in testDistinctDataProjection()
593 Data.SYNC3, in testEntityProjection()
614 RawContacts.SYNC3, in testEntityProjection()
674 RawContacts.SYNC3, in testRawEntityProjection()
701 Data.SYNC3, in testRawEntityProjection()
845 Groups.SYNC3, in testGroupsProjection()
873 Groups.SYNC3, in testGroupsSummaryProjection()
953 values.put(RawContacts.SYNC3, "g"); in testRawContactsInsert()
[all …]
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DContactLoader.java143 RawContacts.SYNC3,
165 Data.SYNC3,
225 public static final int SYNC3 = 23; field in ContactLoader.ContactQuery
691 cursorColumnToContentValues(cursor, cv, ContactQuery.SYNC3); in loadRawContactValues()
DRawContact.java241 return getValues().getAsString(RawContacts.SYNC3); in getSync3()
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
DContactLoaderTest.java328 RawContacts.SYNC1, RawContacts.SYNC2, RawContacts.SYNC3, RawContacts.SYNC4, in fetchAllData()
336 Data.SYNC1, Data.SYNC2, Data.SYNC3, Data.SYNC4, in fetchAllData()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java440 Tables.RAW_CONTACTS + "." + RawContacts.SYNC3;
650 final String CONCRETE_SYNC3 = Tables.STREAM_ITEMS + "." + StreamItems.SYNC3;
664 final String CONCRETE_SYNC3 = Tables.STREAM_ITEM_PHOTOS + "." + StreamItemPhotos.SYNC3;
1285 RawContacts.SYNC3 + " TEXT, " + in onCreate()
1316 StreamItems.SYNC3 + " TEXT, " + in onCreate()
1328 StreamItemPhotos.SYNC3 + " TEXT, " + in onCreate()
1389 Data.SYNC3 + " TEXT, " + in onCreate()
1488 Groups.SYNC3 + " TEXT, " + in onCreate()
1862 + Data.SYNC3 + ", " in createContactsViews()
1881 + RawContactsColumns.CONCRETE_SYNC3 + " AS " + RawContacts.SYNC3 + "," in createContactsViews()
[all …]
DContactsProvider2.java744 .add(RawContacts.SYNC3)
772 .add(Data.SYNC3)
1029 .add(Groups.SYNC3)
1148 .add(StreamItems.SYNC3)
1166 .add(StreamItemPhotos.SYNC3)