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.java294 new TableColumn(RawContacts.SYNC4, TEXT, false, null),
309 new TableColumn(StreamItems.SYNC4, TEXT, false, null),
320 new TableColumn(StreamItemPhotos.SYNC4, TEXT, false, null),
368 new TableColumn(Data.SYNC4, TEXT, false, null),
413 new TableColumn(Groups.SYNC4, TEXT, false, null),
DContactsProvider2Test.java418 RawContacts.SYNC4, in testRawContactsProjection()
453 Data.SYNC4, in testDataProjection()
543 Data.SYNC4, in testDistinctDataProjection()
627 Data.SYNC4, in testEntityProjection()
648 RawContacts.SYNC4, in testEntityProjection()
708 RawContacts.SYNC4, in testRawEntityProjection()
737 Data.SYNC4, in testRawEntityProjection()
897 Groups.SYNC4, in testGroupsProjection()
925 Groups.SYNC4, in testGroupsSummaryProjection()
1013 values.put(RawContacts.SYNC4, "h"); in testRawContactsInsert()
[all …]
/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/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/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java480 Tables.RAW_CONTACTS + "." + RawContacts.SYNC4;
685 final String CONCRETE_SYNC4 = Tables.STREAM_ITEMS + "." + StreamItems.SYNC4;
699 final String CONCRETE_SYNC4 = Tables.STREAM_ITEM_PHOTOS + "." + StreamItemPhotos.SYNC4;
1343 RawContacts.SYNC4 + " TEXT " + in onCreate()
1374 StreamItems.SYNC4 + " TEXT, " + in onCreate()
1386 StreamItemPhotos.SYNC4 + " TEXT, " + in onCreate()
1447 Data.SYNC4 + " TEXT, " + in onCreate()
1548 Groups.SYNC4 + " TEXT " + in onCreate()
1939 + Data.SYNC4; in createContactsViews()
1958 + RawContactsColumns.CONCRETE_SYNC4 + " AS " + RawContacts.SYNC4; in createContactsViews()
[all …]
DContactsProvider2.java680 .add(RawContacts.SYNC4)
710 .add(Data.SYNC4)
974 .add(Groups.SYNC4)
1093 .add(StreamItems.SYNC4)
1111 .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()