Searched defs:sync2 (Results 1 – 1 of 1) 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 289 PeriodicSync sync2 = new PeriodicSync(account1, authority, extras2, period1, flex1); in testPeriodicsV2() local 372 PeriodicSync sync2 = new PeriodicSync(account1, authority1, extras2, period1, flex1); in testAuthorityPersistence() local 495 PeriodicSync sync2 = new PeriodicSync(account, authority2, Bundle.EMPTY, dayPoll, dayFuzz); in testAuthorityParsingV2() local 618 PeriodicSync sync2 = new PeriodicSync(account, authority2, extras, (long) (60 * 60 * 24)); in testAuthorityParsing() local
|