Searched refs:sync2 (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/content/ |
D | SyncStorageEngineTest.java | 228 PeriodicSync sync2 = new PeriodicSync(account1, authority, extras2, period1); in testPeriodics() local 263 syncs = engine.getPeriodicSyncs(new EndPoint(sync2.account, sync2.authority, 1)); in testPeriodics() 265 assertEquals(sync2, syncs.get(0)); in testPeriodics() 289 PeriodicSync sync2 = new PeriodicSync(account1, authority, extras2, period1, flex1); in testPeriodicsV2() local 334 assertEquals(sync2, syncs.get(0)); in testPeriodicsV2() 372 PeriodicSync sync2 = new PeriodicSync(account1, authority1, extras2, period1, flex1); in testAuthorityPersistence() local 412 assertEquals(sync2, syncs.get(1)); in testAuthorityPersistence() 495 PeriodicSync sync2 = new PeriodicSync(account, authority2, Bundle.EMPTY, dayPoll, dayFuzz); in testAuthorityParsingV2() local 536 assertEquals(sync2, syncs.get(0)); in testAuthorityParsingV2() 618 PeriodicSync sync2 = new PeriodicSync(account, authority2, extras, (long) (60 * 60 * 24)); in testAuthorityParsing() local [all …]
|
/frameworks/base/api/ |
D | current.txt | 25194 field public static final java.lang.String SYNC2 = "sync2";
|
D | system-current.txt | 27150 field public static final java.lang.String SYNC2 = "sync2";
|