Searched refs:SYNC4 (Results 1 – 7 of 7) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelperUpgradeTest.java | 227 new TableColumn(RawContacts.SYNC4, TEXT, false, null), 242 new TableColumn(StreamItems.SYNC4, TEXT, false, null), 253 new TableColumn(StreamItemPhotos.SYNC4, TEXT, false, null), 301 new TableColumn(Data.SYNC4, TEXT, false, null), 344 new TableColumn(Groups.SYNC4, TEXT, false, null),
|
D | ContactsProvider2Test.java | 391 RawContacts.SYNC4, in testRawContactsProjection() 424 Data.SYNC4, in testDataProjection() 512 Data.SYNC4, in testDistinctDataProjection() 594 Data.SYNC4, in testEntityProjection() 615 RawContacts.SYNC4, in testEntityProjection() 675 RawContacts.SYNC4, in testRawEntityProjection() 702 Data.SYNC4, in testRawEntityProjection() 846 Groups.SYNC4, in testGroupsProjection() 874 Groups.SYNC4, in testGroupsSummaryProjection() 954 values.put(RawContacts.SYNC4, "h"); in testRawContactsInsert() [all …]
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
D | ContactLoader.java | 144 RawContacts.SYNC4, 166 Data.SYNC4, 226 public static final int SYNC4 = 24; field in ContactLoader.ContactQuery 692 cursorColumnToContentValues(cursor, cv, ContactQuery.SYNC4); in loadRawContactValues()
|
D | RawContact.java | 245 return getValues().getAsString(RawContacts.SYNC4); in getSync4()
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/ |
D | ContactLoaderTest.java | 328 RawContacts.SYNC1, RawContacts.SYNC2, RawContacts.SYNC3, RawContacts.SYNC4, in fetchAllData() 336 Data.SYNC1, Data.SYNC2, Data.SYNC3, Data.SYNC4, in fetchAllData()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelper.java | 442 Tables.RAW_CONTACTS + "." + RawContacts.SYNC4; 651 final String CONCRETE_SYNC4 = Tables.STREAM_ITEMS + "." + StreamItems.SYNC4; 665 final String CONCRETE_SYNC4 = Tables.STREAM_ITEM_PHOTOS + "." + StreamItemPhotos.SYNC4; 1286 RawContacts.SYNC4 + " TEXT " + in onCreate() 1317 StreamItems.SYNC4 + " TEXT, " + in onCreate() 1329 StreamItemPhotos.SYNC4 + " TEXT, " + in onCreate() 1390 Data.SYNC4 + " TEXT, " + in onCreate() 1489 Groups.SYNC4 + " TEXT " + in onCreate() 1863 + Data.SYNC4; in createContactsViews() 1882 + RawContactsColumns.CONCRETE_SYNC4 + " AS " + RawContacts.SYNC4; in createContactsViews() [all …]
|
D | ContactsProvider2.java | 745 .add(RawContacts.SYNC4) 773 .add(Data.SYNC4) 1030 .add(Groups.SYNC4) 1149 .add(StreamItems.SYNC4) 1167 .add(StreamItemPhotos.SYNC4)
|