Searched refs:dayPoll (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/content/ |
D | SyncStorageEngineTest.java | 56 final long dayPoll = (60 * 60 * 24); 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()
|