Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/content/
DSyncStorageEngineTest.java57 final long dayFuzz = 60; field in SyncStorageEngineTest
441 + "\n<periodicSync period=\"" + dayPoll + "\" flex=\"" + dayFuzz + "\"/>" in testComponentParsing()
467 engine.updateOrAddPeriodicSync(target1, dayPoll, dayFuzz, Bundle.EMPTY); in testComponentSettings()
494 PeriodicSync sync1 = new PeriodicSync(account, authority1, Bundle.EMPTY, dayPoll, dayFuzz); in testAuthorityParsingV2()
495 PeriodicSync sync2 = new PeriodicSync(account, authority2, Bundle.EMPTY, dayPoll, dayFuzz); in testAuthorityParsingV2()
496 PeriodicSync sync3 = new PeriodicSync(account, authority3, Bundle.EMPTY, dayPoll, dayFuzz); in testAuthorityParsingV2()
507 + "\n<periodicSync period=\"" + dayPoll + "\" flex=\"" + dayFuzz + "\"/>" in testAuthorityParsingV2()
510 + "\n<periodicSync period=\"" + dayPoll + "\" flex=\"" + dayFuzz + "\"/>" in testAuthorityParsingV2()
514 + "\n<periodicSync period=\"" + dayPoll + "\" flex=\"" + dayFuzz + "\"/>" in testAuthorityParsingV2()
517 + "\n<periodicSync period=\"" + dayPoll + "\" flex=\"" + dayFuzz + "\"/>" in testAuthorityParsingV2()