Searched refs:SYNC1 (Results 1 – 7 of 7) 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 | 564 RawContacts.SYNC1, 587 Data.SYNC1, 636 public final static int SYNC1 = 22; field in ContactLoader.ContactQuery 967 cursorColumnToContentValues(cursor, cv, ContactQuery.SYNC1); in loadRawContact()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelper.java | 379 Tables.RAW_CONTACTS + "." + RawContacts.SYNC1; 592 final String CONCRETE_SYNC1 = Tables.STREAM_ITEMS + "." + StreamItems.SYNC1; 606 final String CONCRETE_SYNC1 = Tables.STREAM_ITEM_PHOTOS + "." + StreamItemPhotos.SYNC1; 985 RawContacts.SYNC1 + " TEXT, " + in onCreate() 1010 StreamItems.SYNC1 + " TEXT, " + in onCreate() 1022 StreamItemPhotos.SYNC1 + " TEXT, " + in onCreate() 1082 Data.SYNC1 + " TEXT, " + in onCreate() 1172 Groups.SYNC1 + " TEXT, " + in onCreate() 1544 + Data.SYNC1 + ", " in createContactsViews() 1564 + RawContactsColumns.CONCRETE_SYNC1 + " AS " + RawContacts.SYNC1 + "," in createContactsViews() [all …]
|
D | ContactsProvider2.java | 605 .add(RawContacts.SYNC1) 632 .add(Data.SYNC1) 882 .add(Groups.SYNC1) 996 .add(StreamItems.SYNC1) 1014 .add(StreamItemPhotos.SYNC1)
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 279 RawContacts.SYNC1, in testRawContactsProjection() 310 Data.SYNC1, in testDataProjection() 387 Data.SYNC1, in testDistinctDataProjection() 459 Data.SYNC1, in testEntityProjection() 480 RawContacts.SYNC1, in testEntityProjection() 531 RawContacts.SYNC1, in testRawEntityProjection() 557 Data.SYNC1, in testRawEntityProjection() 609 Groups.SYNC1, in testGroupsProjection() 637 Groups.SYNC1, in testGroupsSummaryProjection() 717 values.put(RawContacts.SYNC1, "e"); in testRawContactsInsert() [all …]
|
/packages/apps/Browser/src/com/android/browser/provider/ |
D | BrowserProvider2.java | 271 map.put(Bookmarks.SYNC1, Bookmarks.SYNC1); in map.put() argument 418 Bookmarks.SYNC1 + " TEXT," + in onCreate()
|
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/ |
D | ContactsSyncAdapter.java | 81 private static final String CLIENT_ID_SELECTION = RawContacts.SYNC1 + "=?"; 1888 cidValues.put(RawContacts.SYNC1, clientId); in sendLocalChanges()
|