HomeSort by relevance Sort by last modified time
    Searched refs:getPeriodicSyncs (Results 1 - 8 of 8) sorted by null

  /frameworks/base/core/tests/coretests/src/android/content/
SyncStorageEngineTest.java 94 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(account, authority3)
    [all...]
  /frameworks/base/core/java/android/content/
IContentService.aidl 64 List<PeriodicSync> getPeriodicSyncs(in Account account, String providerName);
ContentService.java 339 public List<PeriodicSync> getPeriodicSyncs(Account account, String providerName) {
344 return getSyncManager().getSyncStorageEngine().getPeriodicSyncs(
ContentResolver.java     [all...]
SyncStorageEngine.java 665 public List<PeriodicSync> getPeriodicSyncs(Account account, String providerName) {
668 AuthorityInfo authority = getAuthorityLocked(account, providerName, "getPeriodicSyncs");
    [all...]
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 235 milliseconds