HomeSort by relevance Sort by last modified time
    Searched full:sync4 (Results 1 - 20 of 20) sorted by null

  /packages/providers/ContactsProvider/tests/assets/testUnsynced/
expected_groups.txt 16 16 sync4=null
expected_raw_contacts.txt 12 12 sync4=null
30 30 sync4=null
48 48 sync4=null
66 66 sync4=null
84 84 sync4=null
  /packages/providers/ContactsProvider/tests/assets/test1/
expected_groups.txt 16 16 sync4=null
33 33 sync4=null
50 50 sync4=null
67 67 sync4=null
expected_raw_contacts.txt 12 12 sync4=null
30 30 sync4=null
48 48 sync4=null
66 66 sync4=null
84 84 sync4=null
  /packages/providers/ContactsProvider/tests/assets/testSynced/
expected_groups.txt 16 16 sync4=null
expected_raw_contacts.txt 12 12 sync4=null
30 30 sync4=null
48 48 sync4=null
66 66 sync4=null
84 84 sync4=null
102 102 sync4=null
120 120 sync4=null
138 138 sync4=null
156 156 sync4=null
174 174 sync4=nul
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/content/
SyncStorageEngineTest.java 88 PeriodicSync sync4 = new PeriodicSync(account2, authority, extras2, period2); local
103 engine.addPeriodicSync(sync4.account, 0, sync4.authority, sync4.extras, sync4.period);
122 assertEquals(sync4, syncs.get(0));
161 PeriodicSync sync4 = new PeriodicSync(account1, authority2, extras2, period2); local
191 engine.addPeriodicSync(sync4.account, 0, sync4.authority, sync4.extras, sync4.period)
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/model/
ContactLoaderTest.java 306 RawContacts.SYNC1, RawContacts.SYNC2, RawContacts.SYNC3, RawContacts.SYNC4,
314 Data.SYNC1, Data.SYNC2, Data.SYNC3, Data.SYNC4,
343 "sync1", "sync2", "sync3", "sync4",
  /packages/apps/Contacts/src/com/android/contacts/model/
ContactLoader.java 142 RawContacts.SYNC4,
165 Data.SYNC4,
214 public static final int SYNC4 = 25;
551 cursorColumnToContentValues(cursor, cv, ContactQuery.SYNC4);
    [all...]
RawContact.java 256 return getValues().getAsString(RawContacts.SYNC4);
  /frameworks/base/core/java/android/provider/
BrowserContract.java 83 public static final String SYNC4 = "sync4";
104 public static final String CLIENT_UNIQUE = BaseSyncColumns.SYNC4;
ContactsContract.java 752 public static final String SYNC4 = "sync4";
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDatabaseHelper.java     [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 398 Tables.RAW_CONTACTS + "." + RawContacts.SYNC4;
616 final String CONCRETE_SYNC4 = Tables.STREAM_ITEMS + "." + StreamItems.SYNC4;
630 final String CONCRETE_SYNC4 = Tables.STREAM_ITEM_PHOTOS + "." + StreamItemPhotos.SYNC4;
    [all...]
ContactsProvider2.java 626 .add(RawContacts.SYNC4)
653 .add(Data.SYNC4)
    [all...]
  /frameworks/base/docs/html/training/contacts-provider/
retrieve-details.jd 124 {@link android.provider.ContactsContract.DataColumns#SYNC4} are meant to be used by sync
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 316 RawContacts.SYNC4,
347 Data.SYNC4,
431 Data.SYNC4,
510 Data.SYNC4,
531 RawContacts.SYNC4,
587 RawContacts.SYNC4,
613 Data.SYNC4,
665 Groups.SYNC4,
693 Groups.SYNC4,
773 values.put(RawContacts.SYNC4, "h")
    [all...]
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java 274 map.put(Bookmarks.SYNC4, Bookmarks.SYNC4);
421 Bookmarks.SYNC4 + " TEXT," +
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 172 values.put(Calendars.CAL_SYNC4, "SYNC4:" + seedString);
419 // values.put(Events.SYNC4, "SYNC4:" + seedString);
    [all...]
  /frameworks/base/docs/html/guide/topics/providers/
contacts-provider.jd 363 columns <code>SYNC1</code> through <code>SYNC4</code> that should only be used by sync
    [all...]

Completed in 699 milliseconds