/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelperUpgradeTest.java | 289 new TableColumn(RawContacts.SYNC2, TEXT, false, null), 304 new TableColumn(StreamItems.SYNC2, TEXT, false, null), 315 new TableColumn(StreamItemPhotos.SYNC2, TEXT, false, null), 363 new TableColumn(Data.SYNC2, TEXT, false, null), 408 new TableColumn(Groups.SYNC2, TEXT, false, null),
|
D | ContactsProvider2Test.java | 409 RawContacts.SYNC2, in testRawContactsProjection() 444 Data.SYNC2, in testDataProjection() 534 Data.SYNC2, in testDistinctDataProjection() 618 Data.SYNC2, in testEntityProjection() 639 RawContacts.SYNC2, in testEntityProjection() 699 RawContacts.SYNC2, in testRawEntityProjection() 728 Data.SYNC2, in testRawEntityProjection() 888 Groups.SYNC2, in testGroupsProjection() 916 Groups.SYNC2, in testGroupsSummaryProjection() 1004 values.put(RawContacts.SYNC2, "f"); in testRawContactsInsert() [all …]
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | ContactLoader.java | 141 RawContacts.SYNC2, 163 Data.SYNC2, 220 public static final int SYNC2 = 22; field in ContactLoader.ContactQuery 631 cursorColumnToContentValues(cursor, cv, ContactQuery.SYNC2); in loadRawContactValues()
|
D | RawContact.java | 237 return getValues().getAsString(RawContacts.SYNC2); in getSync2()
|
/packages/apps/Dialer/java/com/android/contacts/common/model/ |
D | ContactLoader.java | 481 cursorColumnToContentValues(cursor, cv, ContactQuery.SYNC2); in loadRawContactValues() 811 public static final int SYNC2 = 22; field in ContactLoader.ContactQuery 878 RawContacts.SYNC2, 899 Data.SYNC2,
|
D | RawContact.java | 152 return getValues().getAsString(RawContacts.SYNC2); in getSync2()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelper.java | 465 Tables.RAW_CONTACTS + "." + RawContacts.SYNC2; 672 final String CONCRETE_SYNC2 = Tables.STREAM_ITEMS + "." + StreamItems.SYNC2; 686 final String CONCRETE_SYNC2 = Tables.STREAM_ITEM_PHOTOS + "." + StreamItemPhotos.SYNC2; 1318 RawContacts.SYNC2 + " TEXT, " + in onCreate() 1349 StreamItems.SYNC2 + " TEXT, " + in onCreate() 1361 StreamItemPhotos.SYNC2 + " TEXT, " + in onCreate() 1422 Data.SYNC2 + " TEXT, " + in onCreate() 1523 Groups.SYNC2 + " TEXT, " + in onCreate() 1891 + Data.SYNC2 + ", " in createContactsViews() 1910 + RawContactsColumns.CONCRETE_SYNC2 + " AS " + RawContacts.SYNC2 + "," in createContactsViews() [all …]
|
D | ContactsProvider2.java | 669 .add(RawContacts.SYNC2) 699 .add(Data.SYNC2) 963 .add(Groups.SYNC2) 1082 .add(StreamItems.SYNC2) 1100 .add(StreamItemPhotos.SYNC2)
|
/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
D | ContactLoaderTest.java | 322 RawContacts.SYNC1, RawContacts.SYNC2, RawContacts.SYNC3, RawContacts.SYNC4, in fetchAllData() 330 Data.SYNC1, Data.SYNC2, Data.SYNC3, Data.SYNC4, in fetchAllData()
|