OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
76
public class
SyncManager
implements OnAccountsUpdateListener {
77
private static final String TAG = "
SyncManager
";
272
private static final String ACTION_SYNC_ALARM = "android.content.
syncmanager
.SYNC_ALARM";
288
public
SyncManager
(Context context, boolean factoryTest) {
370
AccountManager.get(mContext).addOnAccountsUpdatedListener(
SyncManager
.this,
[
all
...]
Completed in 209 milliseconds