Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsDatabaseHelperUpgradeTest.java291 new TableColumn(RawContacts.SYNC1, TEXT, false, null),
306 new TableColumn(StreamItems.SYNC1, TEXT, false, null),
317 new TableColumn(StreamItemPhotos.SYNC1, TEXT, false, null),
365 new TableColumn(Data.SYNC1, TEXT, false, null),
410 new TableColumn(Groups.SYNC1, TEXT, false, null),
DContactsProvider2Test.java415 RawContacts.SYNC1, in testRawContactsProjection()
450 Data.SYNC1, in testDataProjection()
540 Data.SYNC1, in testDistinctDataProjection()
624 Data.SYNC1, in testEntityProjection()
645 RawContacts.SYNC1, in testEntityProjection()
705 RawContacts.SYNC1, in testRawEntityProjection()
734 Data.SYNC1, in testRawEntityProjection()
894 Groups.SYNC1, in testGroupsProjection()
922 Groups.SYNC1, in testGroupsSummaryProjection()
1010 values.put(RawContacts.SYNC1, "e"); in testRawContactsInsert()
[all …]
/packages/apps/Dialer/java/com/android/contacts/common/model/
DContactLoader.java480 cursorColumnToContentValues(cursor, cv, ContactQuery.SYNC1); in loadRawContactValues()
810 public static final int SYNC1 = 21; field in ContactLoader.ContactQuery
877 RawContacts.SYNC1,
898 Data.SYNC1,
DRawContact.java148 return getValues().getAsString(RawContacts.SYNC1); in getSync1()
/packages/apps/Contacts/src/com/android/contacts/model/
DContactLoader.java140 RawContacts.SYNC1,
162 Data.SYNC1,
219 public static final int SYNC1 = 21; field in ContactLoader.ContactQuery
630 cursorColumnToContentValues(cursor, cv, ContactQuery.SYNC1); in loadRawContactValues()
DRawContact.java233 return getValues().getAsString(RawContacts.SYNC1); in getSync1()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java474 Tables.RAW_CONTACTS + "." + RawContacts.SYNC1;
682 final String CONCRETE_SYNC1 = Tables.STREAM_ITEMS + "." + StreamItems.SYNC1;
696 final String CONCRETE_SYNC1 = Tables.STREAM_ITEM_PHOTOS + "." + StreamItemPhotos.SYNC1;
1340 RawContacts.SYNC1 + " TEXT, " + in onCreate()
1371 StreamItems.SYNC1 + " TEXT, " + in onCreate()
1383 StreamItemPhotos.SYNC1 + " TEXT, " + in onCreate()
1444 Data.SYNC1 + " TEXT, " + in onCreate()
1545 Groups.SYNC1 + " TEXT, " + in onCreate()
1936 + Data.SYNC1 + ", " in createContactsViews()
1955 + RawContactsColumns.CONCRETE_SYNC1 + " AS " + RawContacts.SYNC1 + "," in createContactsViews()
[all …]
DContactsProvider2.java677 .add(RawContacts.SYNC1)
707 .add(Data.SYNC1)
971 .add(Groups.SYNC1)
1090 .add(StreamItems.SYNC1)
1108 .add(StreamItemPhotos.SYNC1)
/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()