/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelperUpgradeTest.java | 301 new TableColumn(RawContacts.SYNC2, TEXT, false, null), 316 new TableColumn(StreamItems.SYNC2, TEXT, false, null), 327 new TableColumn(StreamItemPhotos.SYNC2, TEXT, false, null), 375 new TableColumn(Data.SYNC2, TEXT, false, null), 418 new TableColumn(Groups.SYNC2, TEXT, false, null),
|
D | ContactsProvider2Test.java | 391 RawContacts.SYNC2, in testRawContactsProjection() 424 Data.SYNC2, in testDataProjection() 512 Data.SYNC2, in testDistinctDataProjection() 594 Data.SYNC2, in testEntityProjection() 615 RawContacts.SYNC2, in testEntityProjection() 675 RawContacts.SYNC2, in testRawEntityProjection() 702 Data.SYNC2, in testRawEntityProjection() 858 Groups.SYNC2, in testGroupsProjection() 886 Groups.SYNC2, in testGroupsSummaryProjection() 974 values.put(RawContacts.SYNC2, "f"); in testRawContactsInsert() [all …]
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelper.java | 462 Tables.RAW_CONTACTS + "." + RawContacts.SYNC2; 673 final String CONCRETE_SYNC2 = Tables.STREAM_ITEMS + "." + StreamItems.SYNC2; 687 final String CONCRETE_SYNC2 = Tables.STREAM_ITEM_PHOTOS + "." + StreamItemPhotos.SYNC2; 1328 RawContacts.SYNC2 + " TEXT, " + in onCreate() 1359 StreamItems.SYNC2 + " TEXT, " + in onCreate() 1371 StreamItemPhotos.SYNC2 + " TEXT, " + in onCreate() 1432 Data.SYNC2 + " TEXT, " + in onCreate() 1531 Groups.SYNC2 + " TEXT, " + in onCreate() 1920 + Data.SYNC2 + ", " in createContactsViews() 1939 + RawContactsColumns.CONCRETE_SYNC2 + " AS " + RawContacts.SYNC2 + "," in createContactsViews() [all …]
|
D | ContactsProvider2.java | 736 .add(RawContacts.SYNC2) 764 .add(Data.SYNC2) 1030 .add(Groups.SYNC2) 1149 .add(StreamItems.SYNC2) 1167 .add(StreamItemPhotos.SYNC2)
|
/packages/apps/Dialer/java/com/android/contacts/common/model/ |
D | ContactLoader.java | 481 cursorColumnToContentValues(cursor, cv, ContactQuery.SYNC2); in loadRawContactValues() 809 public static final int SYNC2 = 22; field in ContactLoader.ContactQuery 876 RawContacts.SYNC2, 897 Data.SYNC2,
|
D | RawContact.java | 152 return getValues().getAsString(RawContacts.SYNC2); in getSync2()
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | ContactLoader.java | 146 RawContacts.SYNC2, 168 Data.SYNC2, 228 public static final int SYNC2 = 22; field in ContactLoader.ContactQuery 641 cursorColumnToContentValues(cursor, cv, ContactQuery.SYNC2); in loadRawContactValues()
|
D | RawContact.java | 237 return getValues().getAsString(RawContacts.SYNC2); in getSync2()
|
/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
D | ContactLoaderTest.java | 326 RawContacts.SYNC1, RawContacts.SYNC2, RawContacts.SYNC3, RawContacts.SYNC4, in fetchAllData() 334 Data.SYNC1, Data.SYNC2, Data.SYNC3, Data.SYNC4, in fetchAllData()
|