Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsDatabaseHelperUpgradeTest.java291 new TableColumn(RawContacts.SYNC4, TEXT, false, null),
306 new TableColumn(StreamItems.SYNC4, TEXT, false, null),
317 new TableColumn(StreamItemPhotos.SYNC4, TEXT, false, null),
365 new TableColumn(Data.SYNC4, TEXT, false, null),
410 new TableColumn(Groups.SYNC4, TEXT, false, null),
DContactsProvider2Test.java411 RawContacts.SYNC4, in testRawContactsProjection()
446 Data.SYNC4, in testDataProjection()
536 Data.SYNC4, in testDistinctDataProjection()
620 Data.SYNC4, in testEntityProjection()
641 RawContacts.SYNC4, in testEntityProjection()
701 RawContacts.SYNC4, in testRawEntityProjection()
730 Data.SYNC4, in testRawEntityProjection()
890 Groups.SYNC4, in testGroupsProjection()
918 Groups.SYNC4, in testGroupsSummaryProjection()
1006 values.put(RawContacts.SYNC4, "h"); in testRawContactsInsert()
[all …]
/packages/apps/Contacts/src/com/android/contacts/model/
DContactLoader.java143 RawContacts.SYNC4,
165 Data.SYNC4,
222 public static final int SYNC4 = 24; field in ContactLoader.ContactQuery
633 cursorColumnToContentValues(cursor, cv, ContactQuery.SYNC4); in loadRawContactValues()
DRawContact.java245 return getValues().getAsString(RawContacts.SYNC4); in getSync4()
/packages/apps/Dialer/java/com/android/contacts/common/model/
DContactLoader.java483 cursorColumnToContentValues(cursor, cv, ContactQuery.SYNC4); in loadRawContactValues()
813 public static final int SYNC4 = 24; field in ContactLoader.ContactQuery
880 RawContacts.SYNC4,
901 Data.SYNC4,
DRawContact.java160 return getValues().getAsString(RawContacts.SYNC4); in getSync4()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java469 Tables.RAW_CONTACTS + "." + RawContacts.SYNC4;
674 final String CONCRETE_SYNC4 = Tables.STREAM_ITEMS + "." + StreamItems.SYNC4;
688 final String CONCRETE_SYNC4 = Tables.STREAM_ITEM_PHOTOS + "." + StreamItemPhotos.SYNC4;
1320 RawContacts.SYNC4 + " TEXT " + in onCreate()
1351 StreamItems.SYNC4 + " TEXT, " + in onCreate()
1363 StreamItemPhotos.SYNC4 + " TEXT, " + in onCreate()
1424 Data.SYNC4 + " TEXT, " + in onCreate()
1525 Groups.SYNC4 + " TEXT " + in onCreate()
1893 + Data.SYNC4; in createContactsViews()
1912 + RawContactsColumns.CONCRETE_SYNC4 + " AS " + RawContacts.SYNC4; in createContactsViews()
[all …]
DContactsProvider2.java671 .add(RawContacts.SYNC4)
701 .add(Data.SYNC4)
965 .add(Groups.SYNC4)
1084 .add(StreamItems.SYNC4)
1102 .add(StreamItemPhotos.SYNC4)
/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()