Searched refs:NOT_SYNCABLE (Results 1 – 3 of 3) sorted by relevance
924 return AuthorityInfo.NOT_SYNCABLE; in getIsSyncable()934 if (syncAdapterInfo == null) return AuthorityInfo.NOT_SYNCABLE; in getIsSyncable()940 if (pInfo == null) return AuthorityInfo.NOT_SYNCABLE; in getIsSyncable()943 return AuthorityInfo.NOT_SYNCABLE; in getIsSyncable()949 return AuthorityInfo.NOT_SYNCABLE; in getIsSyncable()1112 if (isSyncable == AuthorityInfo.NOT_SYNCABLE) { in scheduleSync()1232 if (status == AuthorityInfo.NOT_SYNCABLE) { in computeSyncable()1233 return AuthorityInfo.NOT_SYNCABLE; in computeSyncable()1239 return AuthorityInfo.NOT_SYNCABLE; in computeSyncable()1247 return AuthorityInfo.NOT_SYNCABLE; in computeSyncable()[all …]
1053 return SyncStorageEngine.AuthorityInfo.NOT_SYNCABLE; // to keep behavior consistent in getIsSyncableAsUser()1056 return SyncStorageEngine.AuthorityInfo.NOT_SYNCABLE; in getIsSyncableAsUser()1531 return SyncStorageEngine.AuthorityInfo.NOT_SYNCABLE; in normalizeSyncable()
273 public static final int NOT_SYNCABLE = 0; field in SyncStorageEngine.AuthorityInfo1929 AuthorityInfo.SYNCABLE : AuthorityInfo.NOT_SYNCABLE; in parseAuthority()