Searched defs:getSyncAutomatically (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/
H A DContentService.java284 public boolean getSyncAutomatically(Account account, String providerName) { method in class:ContentService
291 return syncManager.getSyncStorageEngine().getSyncAutomatically(
H A DContentResolver.java81 * If this extra is set to true then the sync settings (like getSyncAutomatically())
1200 public static boolean getSyncAutomatically(Account account, String authority) { method in class:ContentResolver
1202 return getContentService().getSyncAutomatically(account, authority);
H A DSyncStorageEngine.java392 public boolean getSyncAutomatically(Account account, String providerName) { method in class:SyncStorageEngine
396 "getSyncAutomatically");

Completed in 34 milliseconds