Home
last modified time | relevance | path

Searched refs:flex1 (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/content/
DSyncStorageEngineTest.java282 final int flex1 = 10; in testPeriodicsV2() local
288 PeriodicSync sync1 = new PeriodicSync(account1, authority, extras1, period1, flex1); in testPeriodicsV2()
289 PeriodicSync sync2 = new PeriodicSync(account1, authority, extras2, period1, flex1); in testPeriodicsV2()
307 engine.updateOrAddPeriodicSync(target1, period1, flex1, extras1); in testPeriodicsV2()
308 engine.updateOrAddPeriodicSync(target1, period1, flex1, extras2); in testPeriodicsV2()
313 engine.updateOrAddPeriodicSync(target1UserB, period1, flex1, extras2); in testPeriodicsV2()
364 final int flex1 = 10; in testAuthorityPersistence() local
371 PeriodicSync sync1 = new PeriodicSync(account1, authority1, extras1, period1, flex1); in testAuthorityPersistence()
372 PeriodicSync sync2 = new PeriodicSync(account1, authority1, extras2, period1, flex1); in testAuthorityPersistence()
373 PeriodicSync sync3 = new PeriodicSync(account1, authority2, extras1, period1, flex1); in testAuthorityPersistence()
[all …]