Searched refs:removePeriodicSyncs (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/content/ |
D | SyncStorageEngineTest.java | 234 removePeriodicSyncs(engine, account1, 0, authority); in testPeriodics() 235 removePeriodicSyncs(engine, account2, 0, authority); in testPeriodics() 236 removePeriodicSyncs(engine, account1, 1, authority); in testPeriodics() 302 removePeriodicSyncs(engine, account1, 0, authority); in testPeriodicsV2() 303 removePeriodicSyncs(engine, account2, 0, authority); in testPeriodicsV2() 304 removePeriodicSyncs(engine, account1, 1, authority); in testPeriodicsV2() 337 …private void removePeriodicSyncs(SyncStorageEngine engine, Account account, int userId, String aut… in removePeriodicSyncs() method in SyncStorageEngineTest 381 removePeriodicSyncs(engine, account1, 0, authority1); in testAuthorityPersistence() 382 removePeriodicSyncs(engine, account2, 0, authority1); in testAuthorityPersistence() 383 removePeriodicSyncs(engine, account1, 0, authority2); in testAuthorityPersistence() [all …]
|