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.java290 new TableColumn(RawContacts.SYNC3, TEXT, false, null),
305 new TableColumn(StreamItems.SYNC3, TEXT, false, null),
316 new TableColumn(StreamItemPhotos.SYNC3, TEXT, false, null),
364 new TableColumn(Data.SYNC3, TEXT, false, null),
409 new TableColumn(Groups.SYNC3, TEXT, false, null),
DContactsProvider2Test.java410 RawContacts.SYNC3, in testRawContactsProjection()
445 Data.SYNC3, in testDataProjection()
535 Data.SYNC3, in testDistinctDataProjection()
619 Data.SYNC3, in testEntityProjection()
640 RawContacts.SYNC3, in testEntityProjection()
700 RawContacts.SYNC3, in testRawEntityProjection()
729 Data.SYNC3, in testRawEntityProjection()
889 Groups.SYNC3, in testGroupsProjection()
917 Groups.SYNC3, in testGroupsSummaryProjection()
1005 values.put(RawContacts.SYNC3, "g"); in testRawContactsInsert()
[all …]
/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/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/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java467 Tables.RAW_CONTACTS + "." + RawContacts.SYNC3;
673 final String CONCRETE_SYNC3 = Tables.STREAM_ITEMS + "." + StreamItems.SYNC3;
687 final String CONCRETE_SYNC3 = Tables.STREAM_ITEM_PHOTOS + "." + StreamItemPhotos.SYNC3;
1319 RawContacts.SYNC3 + " TEXT, " + in onCreate()
1350 StreamItems.SYNC3 + " TEXT, " + in onCreate()
1362 StreamItemPhotos.SYNC3 + " TEXT, " + in onCreate()
1423 Data.SYNC3 + " TEXT, " + in onCreate()
1524 Groups.SYNC3 + " TEXT, " + in onCreate()
1892 + Data.SYNC3 + ", " in createContactsViews()
1911 + RawContactsColumns.CONCRETE_SYNC3 + " AS " + RawContacts.SYNC3 + "," in createContactsViews()
[all …]
DContactsProvider2.java670 .add(RawContacts.SYNC3)
700 .add(Data.SYNC3)
964 .add(Groups.SYNC3)
1083 .add(StreamItems.SYNC3)
1101 .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()