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

  /packages/providers/ContactsProvider/tests/assets/testUnsynced/
expected_groups.txt 15 15 sync3=null
expected_raw_contacts.txt 11 11 sync3=null
29 29 sync3=null
47 47 sync3=null
65 65 sync3=null
83 83 sync3=null
  /packages/providers/ContactsProvider/tests/assets/test1/
expected_groups.txt 15 15 sync3=null
32 32 sync3=null
49 49 sync3=null
66 66 sync3=null
expected_raw_contacts.txt 11 11 sync3=null
29 29 sync3=null
47 47 sync3=null
65 65 sync3=null
83 83 sync3=null
  /packages/providers/ContactsProvider/tests/assets/testSynced/
expected_groups.txt 15 15 sync3=null
expected_raw_contacts.txt 11 11 sync3=null
29 29 sync3=null
47 47 sync3=null
65 65 sync3=null
83 83 sync3=null
101 101 sync3=null
119 119 sync3=null
137 137 sync3=null
155 155 sync3=null
173 173 sync3=nul
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/content/
SyncStorageEngineTest.java 87 PeriodicSync sync3 = new PeriodicSync(account1, authority, extras2, period2); local
102 engine.addPeriodicSync(sync3.account, 0, sync3.authority, sync3.extras, sync3.period);
112 assertEquals(sync3, syncs.get(1));
118 assertEquals(sync3, syncs.get(0));
160 PeriodicSync sync3 = new PeriodicSync(account1, authority2, extras1, period1); local
190 engine.addPeriodicSync(sync3.account, 0, sync3.authority, sync3.extras, sync3.period)
231 PeriodicSync sync3 = new PeriodicSync(account, authority3, extras, (long) (60 * 60 * 24)); local
    [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/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDatabaseHelper.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
ContactLoader.java 141 RawContacts.SYNC3,
164 Data.SYNC3,
213 public static final int SYNC3 = 24;
550 cursorColumnToContentValues(cursor, cv, ContactQuery.SYNC3);
    [all...]
RawContact.java 252 return getValues().getAsString(RawContacts.SYNC3);
  /frameworks/base/core/java/android/provider/
BrowserContract.java 81 public static final String SYNC3 = "sync3";
96 public static final String SERVER_UNIQUE = BaseSyncColumns.SYNC3;
ContactsContract.java 750 public static final String SYNC3 = "sync3";
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 396 Tables.RAW_CONTACTS + "." + RawContacts.SYNC3;
615 final String CONCRETE_SYNC3 = Tables.STREAM_ITEMS + "." + StreamItems.SYNC3;
629 final String CONCRETE_SYNC3 = Tables.STREAM_ITEM_PHOTOS + "." + StreamItemPhotos.SYNC3;
    [all...]
ContactsProvider2.java 625 .add(RawContacts.SYNC3)
652 .add(Data.SYNC3)
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 315 RawContacts.SYNC3,
346 Data.SYNC3,
430 Data.SYNC3,
509 Data.SYNC3,
530 RawContacts.SYNC3,
586 RawContacts.SYNC3,
612 Data.SYNC3,
664 Groups.SYNC3,
692 Groups.SYNC3,
772 values.put(RawContacts.SYNC3, "g")
    [all...]
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java 273 map.put(Bookmarks.SYNC3, Bookmarks.SYNC3);
420 Bookmarks.SYNC3 + " TEXT," +
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 171 values.put(Calendars.CAL_SYNC3, "SYNC3:" + seedString);
418 // values.put(Events.SYNC3, "SYNC3:" + seedString);
    [all...]

Completed in 1164 milliseconds