Searched refs:getPeriodicSyncs (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/content/
H A DSyncStorageEngineTest.java107 List<PeriodicSync> syncs = engine.getPeriodicSyncs(account1, 0, authority);
116 syncs = engine.getPeriodicSyncs(account1, 0, authority);
120 syncs = engine.getPeriodicSyncs(account2, 0, authority);
124 syncs = engine.getPeriodicSyncs(sync2.account, 1, sync2.authority);
133 List<PeriodicSync> syncs = engine.getPeriodicSyncs(account, userId, authority);
197 List<PeriodicSync> syncs = engine.getPeriodicSyncs(account1, 0, authority1);
202 syncs = engine.getPeriodicSyncs(account1, 0, authority2);
207 syncs = engine.getPeriodicSyncs(account2, 0, authority1);
257 List<PeriodicSync> syncs = engine.getPeriodicSyncs(account, 0, authority1);
261 syncs = engine.getPeriodicSyncs(accoun
[all...]
/frameworks/base/core/java/android/content/
H A DIContentService.aidl80 List<PeriodicSync> getPeriodicSyncs(in Account account, String providerName);
H A DContentResolver.java1606 public static List<PeriodicSync> getPeriodicSyncs(Account account, String authority) { method in class:ContentResolver
1614 return getContentService().getPeriodicSyncs(account, authority);
/frameworks/base/services/java/com/android/server/content/
H A DContentService.java439 public List<PeriodicSync> getPeriodicSyncs(Account account, String providerName) { method in class:ContentService
446 return getSyncManager().getSyncStorageEngine().getPeriodicSyncs(
H A DSyncStorageEngine.java777 public List<PeriodicSync> getPeriodicSyncs(Account account, int userId, String providerName) { method in class:SyncStorageEngine
781 "getPeriodicSyncs");

Completed in 4224 milliseconds