Home | History | Annotate | Download | only in content

Lines Matching refs:EndPoint

36 import com.android.server.content.SyncStorageEngine.EndPoint;
44 import com.android.server.content.SyncStorageEngine.EndPoint;
226 EndPoint end1 = new EndPoint(account1, authority, 0);
239 engine.updateOrAddPeriodicSync(new EndPoint(account1, authority, 0), period1, 0, extras1);
240 engine.updateOrAddPeriodicSync(new EndPoint(account1, authority, 0), period1, 0, extras2);
241 engine.updateOrAddPeriodicSync(new EndPoint(account1, authority, 0), period2, 0, extras2);
242 engine.updateOrAddPeriodicSync(new EndPoint(account2, authority, 0), period2, 0, extras2);
244 engine.updateOrAddPeriodicSync(new EndPoint(account1, authority, 1), period1, 0, extras2);
246 List<PeriodicSync> syncs = engine.getPeriodicSyncs(new EndPoint(account1, authority, 0));
253 engine.removePeriodicSync(new EndPoint(account1, authority, 0), extras1);
255 syncs = engine.getPeriodicSyncs(new EndPoint(account1, authority, 0));
259 syncs = engine.getPeriodicSyncs(new EndPoint(account2, authority, 0));
263 syncs = engine.getPeriodicSyncs(new EndPoint(sync2.account, sync2.authority, 1));
284 EndPoint point1 = new EndPoint(account1, authority, 0);
285 EndPoint point2 = new EndPoint(account2, authority, 0);
286 EndPoint point1User2 = new EndPoint(account1, authority, 1);
293 EndPoint target1 = new EndPoint(account1, authority, 0);
294 EndPoint target2 = new EndPoint(account2, authority, 0);
295 EndPoint target1UserB = new EndPoint(account1, authority, 1);
338 EndPoint target = new EndPoint(account, authority, userId);
367 EndPoint point1 = new EndPoint(account1, authority1, 0);
368 EndPoint point2 = new EndPoint(account1, authority2, 0);
369 EndPoint point3 = new EndPoint(account2, authority1, 0);
377 EndPoint target1 = new EndPoint(account1, authority1, 0);
378 EndPoint target2 = new EndPoint(account1, authority2, 0);
379 EndPoint target3 = new EndPoint(account2, authority1, 0);
459 new SyncStorageEngine.EndPoint(syncService1, 0));
466 EndPoint target1 = new EndPoint(syncService1, 0);
489 EndPoint target1 = new EndPoint(account, authority1, 0);
490 EndPoint target2 = new EndPoint(account, authority2, 0);
491 EndPoint target3 = new EndPoint(account, authority3, 0);
492 EndPoint target4 = new EndPoint(account, authority3, 1);
612 EndPoint target1 = new EndPoint(account, authority1, 0);
613 EndPoint target2 = new EndPoint(account, authority2, 0);
614 EndPoint target3 = new EndPoint(account, authority3, 0);
615 EndPoint target4 = new EndPoint(account, authority3, 1);