Home
last modified time | relevance | path

Searched refs:NOT_SYNCABLE (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java953 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 …]
DContentService.java1053 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()
DSyncStorageEngine.java273 public static final int NOT_SYNCABLE = 0; field in SyncStorageEngine.AuthorityInfo
1935 AuthorityInfo.SYNCABLE : AuthorityInfo.NOT_SYNCABLE; in parseAuthority()