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

/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java721 public boolean getSyncAutomatically(Account account, String providerName) { method in class:ContentService
741 .getSyncAutomatically(account, userId, providerName);
H A DSyncStorageEngine.java615 public boolean getSyncAutomatically(Account account, int userId, String providerName) { method in class:SyncStorageEngine
620 "getSyncAutomatically");
/frameworks/base/core/java/android/content/
H A DContentResolver.java111 * If this extra is set to true then the sync settings (like getSyncAutomatically())
2356 public static boolean getSyncAutomatically(Account account, String authority) { method in class:ContentResolver
2358 return getContentService().getSyncAutomatically(account, authority);
2365 * @see #getSyncAutomatically(Account, String)

Completed in 76 milliseconds