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

/frameworks/base/core/tests/coretests/src/android/content/
H A DSyncStorageEngineTest.java91 List<PeriodicSync> syncs = engine.getPeriodicSyncs(account1, authority);
100 syncs = engine.getPeriodicSyncs(account1, authority);
104 syncs = engine.getPeriodicSyncs(account2, authority);
111 List<PeriodicSync> syncs = engine.getPeriodicSyncs(account, authority);
175 List<PeriodicSync> syncs = engine.getPeriodicSyncs(account1, authority1);
180 syncs = engine.getPeriodicSyncs(account1, authority2);
185 syncs = engine.getPeriodicSyncs(account2, authority1);
234 List<PeriodicSync> syncs = engine.getPeriodicSyncs(account, authority1);
238 syncs = engine.getPeriodicSyncs(account, authority2);
242 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.java301 public List<PeriodicSync> getPeriodicSyncs(Account account, String providerName) { method in class:ContentService
306 return getSyncManager().getSyncStorageEngine().getPeriodicSyncs(
H A DContentResolver.java1099 public static List<PeriodicSync> getPeriodicSyncs(Account account, String authority) { method in class:ContentResolver
1107 return getContentService().getPeriodicSyncs(account, authority);
H A DSyncStorageEngine.java635 public List<PeriodicSync> getPeriodicSyncs(Account account, String providerName) { method in class:SyncStorageEngine
638 AuthorityInfo authority = getAuthorityLocked(account, providerName, "getPeriodicSyncs");

Completed in 932 milliseconds