Home
last modified time | relevance | path

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

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