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...] |