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

/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java692 public boolean getSyncAutomatically(Account account, String providerName) { method in class:ContentService
712 .getSyncAutomatically(account, userId, providerName);
H A DSyncStorageEngine.java555 public boolean getSyncAutomatically(Account account, int userId, String providerName) { method in class:SyncStorageEngine
560 "getSyncAutomatically");
/frameworks/base/core/java/android/content/
H A DContentResolver.java109 * If this extra is set to true then the sync settings (like getSyncAutomatically())
2063 public static boolean getSyncAutomatically(Account account, String authority) { method in class:ContentResolver
2065 return getContentService().getSyncAutomatically(account, authority);
2072 * @see #getSyncAutomatically(Account, String)

Completed in 169 milliseconds