Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsDatabaseHelperUpgradeTest.java397 new TableColumn(RawContacts.SYNC2, TEXT, false, null),
412 new TableColumn(StreamItems.SYNC2, TEXT, false, null),
423 new TableColumn(StreamItemPhotos.SYNC2, TEXT, false, null),
471 new TableColumn(Data.SYNC2, TEXT, false, null),
512 new TableColumn(Groups.SYNC2, TEXT, false, null),
DContactsProvider2Test.java635 RawContacts.SYNC2, in testRawContactsProjection()
670 Data.SYNC2, in testDataProjection()
760 Data.SYNC2, in testDistinctDataProjection()
844 Data.SYNC2, in testEntityProjection()
865 RawContacts.SYNC2, in testEntityProjection()
925 RawContacts.SYNC2, in testRawEntityProjection()
954 Data.SYNC2, in testRawEntityProjection()
1114 Groups.SYNC2, in testGroupsProjection()
1142 Groups.SYNC2, in testGroupsSummaryProjection()
1230 values.put(RawContacts.SYNC2, "f"); in testRawContactsInsert()
[all …]
/packages/apps/Dialer/java/com/android/contacts/common/model/
DContactLoader.java482 cursorColumnToContentValues(cursor, cv, ContactQuery.SYNC2); in loadRawContactValues()
816 public static final int SYNC2 = 22; field in ContactLoader.ContactQuery
883 RawContacts.SYNC2,
904 Data.SYNC2,
DRawContact.java152 return getValues().getAsString(RawContacts.SYNC2); in getSync2()
/packages/apps/Contacts/src/com/android/contacts/model/
DContactLoader.java141 RawContacts.SYNC2,
163 Data.SYNC2,
220 public static final int SYNC2 = 22; field in ContactLoader.ContactQuery
631 cursorColumnToContentValues(cursor, cv, ContactQuery.SYNC2); in loadRawContactValues()
DRawContact.java237 return getValues().getAsString(RawContacts.SYNC2); in getSync2()
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DContactLoaderTest.java327 RawContacts.SYNC1, RawContacts.SYNC2, RawContacts.SYNC3, RawContacts.SYNC4, in fetchAllData()
335 Data.SYNC1, Data.SYNC2, Data.SYNC3, Data.SYNC4, in fetchAllData()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java488 Tables.RAW_CONTACTS + "." + RawContacts.SYNC2;
687 final String CONCRETE_SYNC2 = Tables.STREAM_ITEMS + "." + StreamItems.SYNC2;
701 final String CONCRETE_SYNC2 = Tables.STREAM_ITEM_PHOTOS + "." + StreamItemPhotos.SYNC2;
1338 RawContacts.SYNC2 + " TEXT, " + in onCreate()
1369 StreamItems.SYNC2 + " TEXT, " + in onCreate()
1381 StreamItemPhotos.SYNC2 + " TEXT, " + in onCreate()
1442 Data.SYNC2 + " TEXT, " + in onCreate()
1534 Groups.SYNC2 + " TEXT, " + in onCreate()
1884 + Data.SYNC2 + ", " in createContactsViews()
1903 + RawContactsColumns.CONCRETE_SYNC2 + " AS " + RawContacts.SYNC2 + "," in createContactsViews()
[all …]
DContactsProvider2.java701 .add(RawContacts.SYNC2)
731 .add(Data.SYNC2)
995 .add(Groups.SYNC2)
1109 .add(StreamItems.SYNC2)
1127 .add(StreamItemPhotos.SYNC2)