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.java293 new TableColumn(RawContacts.SYNC3, TEXT, false, null),
308 new TableColumn(StreamItems.SYNC3, TEXT, false, null),
319 new TableColumn(StreamItemPhotos.SYNC3, TEXT, false, null),
367 new TableColumn(Data.SYNC3, TEXT, false, null),
412 new TableColumn(Groups.SYNC3, TEXT, false, null),
DContactsProvider2Test.java417 RawContacts.SYNC3, in testRawContactsProjection()
452 Data.SYNC3, in testDataProjection()
542 Data.SYNC3, in testDistinctDataProjection()
626 Data.SYNC3, in testEntityProjection()
647 RawContacts.SYNC3, in testEntityProjection()
707 RawContacts.SYNC3, in testRawEntityProjection()
736 Data.SYNC3, in testRawEntityProjection()
896 Groups.SYNC3, in testGroupsProjection()
924 Groups.SYNC3, in testGroupsSummaryProjection()
1012 values.put(RawContacts.SYNC3, "g"); in testRawContactsInsert()
[all …]
/packages/apps/Dialer/java/com/android/contacts/common/model/
DContactLoader.java482 cursorColumnToContentValues(cursor, cv, ContactQuery.SYNC3); in loadRawContactValues()
812 public static final int SYNC3 = 23; field in ContactLoader.ContactQuery
879 RawContacts.SYNC3,
900 Data.SYNC3,
DRawContact.java156 return getValues().getAsString(RawContacts.SYNC3); in getSync3()
/packages/apps/Contacts/src/com/android/contacts/model/
DContactLoader.java142 RawContacts.SYNC3,
164 Data.SYNC3,
221 public static final int SYNC3 = 23; field in ContactLoader.ContactQuery
632 cursorColumnToContentValues(cursor, cv, ContactQuery.SYNC3); in loadRawContactValues()
DRawContact.java241 return getValues().getAsString(RawContacts.SYNC3); in getSync3()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java478 Tables.RAW_CONTACTS + "." + RawContacts.SYNC3;
684 final String CONCRETE_SYNC3 = Tables.STREAM_ITEMS + "." + StreamItems.SYNC3;
698 final String CONCRETE_SYNC3 = Tables.STREAM_ITEM_PHOTOS + "." + StreamItemPhotos.SYNC3;
1342 RawContacts.SYNC3 + " TEXT, " + in onCreate()
1373 StreamItems.SYNC3 + " TEXT, " + in onCreate()
1385 StreamItemPhotos.SYNC3 + " TEXT, " + in onCreate()
1446 Data.SYNC3 + " TEXT, " + in onCreate()
1547 Groups.SYNC3 + " TEXT, " + in onCreate()
1938 + Data.SYNC3 + ", " in createContactsViews()
1957 + RawContactsColumns.CONCRETE_SYNC3 + " AS " + RawContacts.SYNC3 + "," in createContactsViews()
[all …]
DContactsProvider2.java679 .add(RawContacts.SYNC3)
709 .add(Data.SYNC3)
973 .add(Groups.SYNC3)
1092 .add(StreamItems.SYNC3)
1110 .add(StreamItemPhotos.SYNC3)
/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()