Searched refs:NOT_SYNCABLE (Results 1 – 3 of 3) sorted by relevance
953 return AuthorityInfo.NOT_SYNCABLE; in getIsSyncable()963 if (syncAdapterInfo == null) return AuthorityInfo.NOT_SYNCABLE; in getIsSyncable()969 if (pInfo == null) return AuthorityInfo.NOT_SYNCABLE; in getIsSyncable()972 return AuthorityInfo.NOT_SYNCABLE; in getIsSyncable()978 return AuthorityInfo.NOT_SYNCABLE; in getIsSyncable()1141 if (isSyncable == AuthorityInfo.NOT_SYNCABLE) { in scheduleSync()1261 if (status == AuthorityInfo.NOT_SYNCABLE) { in computeSyncable()1262 return AuthorityInfo.NOT_SYNCABLE; in computeSyncable()1268 return AuthorityInfo.NOT_SYNCABLE; in computeSyncable()1273 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()1532 return SyncStorageEngine.AuthorityInfo.NOT_SYNCABLE; in normalizeSyncable()
273 public static final int NOT_SYNCABLE = 0; field in SyncStorageEngine.AuthorityInfo1935 AuthorityInfo.SYNCABLE : AuthorityInfo.NOT_SYNCABLE; in parseAuthority()