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

  /frameworks/base/services/core/java/com/android/server/content/
SyncStorageEngine.java 237 * The syncable state is undefined.
256 public static final int SYNCABLE = 1;
258 * The adapter is syncable but still requires an initialization sync. For example an adapter
265 * The adapter is syncable but does not have access to the synced account and needs a
273 int syncable; field in class:SyncStorageEngine.AuthorityInfo
293 syncable = toCopy.syncable;
313 syncable = NOT_INITIALIZED; // default to "unknown"
326 return target + ", enabled=" + enabled + ", syncable=" + syncable + ", backoff=
1799 String syncable = parser.getAttributeValue(null, "syncable"); local
    [all...]
ContentService.java     [all...]
SyncManager.java     [all...]

Completed in 81 milliseconds