HomeSort by relevance Sort by last modified time
    Searched defs:SyncManager (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/sync/engine/
syncapi.h 107 class SyncManager;
602 // SyncManager encapsulates syncable::DirectoryManager and serves as the parent
603 // of all other objects in the sync API. SyncManager is thread-safe. If
605 // same sqlite database), they should share a single SyncManager instance. The
606 // caller should typically create one SyncManager for the lifetime of a user
608 class SyncManager {
610 // SyncInternal contains the implementation of SyncManager, while abstracting
653 // Status encapsulates detailed state about the internals of the SyncManager.
718 // from the SyncManager. Register an observer via SyncManager::AddObserver
    [all...]
syncapi.cc 110 // We manage the lifetime of sync_api::SyncManager::SyncInternal ourselves.
111 DISABLE_RUNNABLE_METHOD_REFCOUNT(sync_api::SyncManager::SyncInternal);
    [all...]
  /frameworks/base/core/java/android/content/
SyncManager.java 85 public class SyncManager {
86 private static final String TAG = "SyncManager";
326 private static final String ACTION_SYNC_ALARM = "android.content.syncmanager.SYNC_ALARM";
345 public SyncManager(Context context, boolean factoryTest) {
    [all...]

Completed in 70 milliseconds