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

/frameworks/base/core/tests/coretests/src/android/content/
H A DSyncStorageEngineTest.java94 List<PeriodicSync> syncs = engine.getPeriodicSyncs(account1, authority);
103 syncs = engine.getPeriodicSyncs(account1, authority);
107 syncs = engine.getPeriodicSyncs(account2, authority);
114 List<PeriodicSync> syncs = engine.getPeriodicSyncs(account, authority);
178 List<PeriodicSync> syncs = engine.getPeriodicSyncs(account1, authority1);
183 syncs = engine.getPeriodicSyncs(account1, authority2);
188 syncs = engine.getPeriodicSyncs(account2, authority1);
237 List<PeriodicSync> syncs = engine.getPeriodicSyncs(account, authority1);
241 syncs = engine.getPeriodicSyncs(account, authority2);
245 syncs = engine.getPeriodicSyncs(accoun
[all...]
/frameworks/base/core/java/android/content/
H A DIContentService.aidl64 List<PeriodicSync> getPeriodicSyncs(in Account account, String providerName);
H A DContentService.java339 public List<PeriodicSync> getPeriodicSyncs(Account account, String providerName) { method in class:ContentService
344 return getSyncManager().getSyncStorageEngine().getPeriodicSyncs(
H A DContentResolver.java1304 public static List<PeriodicSync> getPeriodicSyncs(Account account, String authority) { method in class:ContentResolver
1312 return getContentService().getPeriodicSyncs(account, authority);
H A DSyncStorageEngine.java665 public List<PeriodicSync> getPeriodicSyncs(Account account, String providerName) { method in class:SyncStorageEngine
668 AuthorityInfo authority = getAuthorityLocked(account, providerName, "getPeriodicSyncs");

Completed in 294 milliseconds