Searched refs:SYNC4 (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Contacts/tests/src/com/android/contacts/ |
D | ContactLoaderTest.java | 305 RawContacts.SYNC1, RawContacts.SYNC2, RawContacts.SYNC3, RawContacts.SYNC4, in fetchAllData() 313 Data.SYNC1, Data.SYNC2, Data.SYNC3, Data.SYNC4, in fetchAllData()
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | ContactLoader.java | 567 RawContacts.SYNC4, 590 Data.SYNC4, 639 public final static int SYNC4 = 25; field in ContactLoader.ContactQuery 970 cursorColumnToContentValues(cursor, cv, ContactQuery.SYNC4); in loadRawContact()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelper.java | 385 Tables.RAW_CONTACTS + "." + RawContacts.SYNC4; 595 final String CONCRETE_SYNC4 = Tables.STREAM_ITEMS + "." + StreamItems.SYNC4; 609 final String CONCRETE_SYNC4 = Tables.STREAM_ITEM_PHOTOS + "." + StreamItemPhotos.SYNC4; 988 RawContacts.SYNC4 + " TEXT " + in onCreate() 1013 StreamItems.SYNC4 + " TEXT, " + in onCreate() 1025 StreamItemPhotos.SYNC4 + " TEXT, " + in onCreate() 1085 Data.SYNC4 + " TEXT " + in onCreate() 1175 Groups.SYNC4 + " TEXT " + in onCreate() 1547 + Data.SYNC4; in createContactsViews() 1567 + RawContactsColumns.CONCRETE_SYNC4 + " AS " + RawContacts.SYNC4; in createContactsViews() [all …]
|
D | ContactsProvider2.java | 608 .add(RawContacts.SYNC4) 635 .add(Data.SYNC4) 885 .add(Groups.SYNC4) 999 .add(StreamItems.SYNC4) 1017 .add(StreamItemPhotos.SYNC4)
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 282 RawContacts.SYNC4, in testRawContactsProjection() 313 Data.SYNC4, in testDataProjection() 390 Data.SYNC4, in testDistinctDataProjection() 462 Data.SYNC4, in testEntityProjection() 483 RawContacts.SYNC4, in testEntityProjection() 534 RawContacts.SYNC4, in testRawEntityProjection() 560 Data.SYNC4, in testRawEntityProjection() 612 Groups.SYNC4, in testGroupsProjection() 640 Groups.SYNC4, in testGroupsSummaryProjection() 720 values.put(RawContacts.SYNC4, "h"); in testRawContactsInsert() [all …]
|
/packages/apps/Browser/src/com/android/browser/provider/ |
D | BrowserProvider2.java | 274 map.put(Bookmarks.SYNC4, Bookmarks.SYNC4); in map.put() argument 421 Bookmarks.SYNC4 + " TEXT," + in onCreate()
|