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.java848 if (syncAdapterInfo == null) return AuthorityInfo.NOT_SYNCABLE; in getIsSyncable()
854 if (pInfo == null) return AuthorityInfo.NOT_SYNCABLE; in getIsSyncable()
857 return AuthorityInfo.NOT_SYNCABLE; in getIsSyncable()
863 return AuthorityInfo.NOT_SYNCABLE; in getIsSyncable()
1020 if (isSyncable == AuthorityInfo.NOT_SYNCABLE) { in scheduleSync()
1156 if (status == AuthorityInfo.NOT_SYNCABLE) { in computeSyncable()
1157 return AuthorityInfo.NOT_SYNCABLE; in computeSyncable()
1163 return AuthorityInfo.NOT_SYNCABLE; in computeSyncable()
1172 return AuthorityInfo.NOT_SYNCABLE; in computeSyncable()
3526 if (state == AuthorityInfo.NOT_SYNCABLE) { in computeSyncOpState()
DSyncStorageEngine.java252 public static final int NOT_SYNCABLE = 0; field in SyncStorageEngine.AuthorityInfo
1861 AuthorityInfo.SYNCABLE : AuthorityInfo.NOT_SYNCABLE; in parseAuthority()
DContentService.java1269 return SyncStorageEngine.AuthorityInfo.NOT_SYNCABLE; in normalizeSyncable()