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.java812 if (syncAdapterInfo == null) return AuthorityInfo.NOT_SYNCABLE; in getIsSyncable()
818 if (pInfo == null) return AuthorityInfo.NOT_SYNCABLE; in getIsSyncable()
821 return AuthorityInfo.NOT_SYNCABLE; in getIsSyncable()
827 return AuthorityInfo.NOT_SYNCABLE; in getIsSyncable()
990 if (isSyncable == AuthorityInfo.NOT_SYNCABLE) { in scheduleSync()
1110 if (status == AuthorityInfo.NOT_SYNCABLE) { in computeSyncable()
1111 return AuthorityInfo.NOT_SYNCABLE; in computeSyncable()
1117 return AuthorityInfo.NOT_SYNCABLE; in computeSyncable()
1125 return AuthorityInfo.NOT_SYNCABLE; in computeSyncable()
3492 if (state == AuthorityInfo.NOT_SYNCABLE) { in computeSyncOpState()
DSyncStorageEngine.java266 public static final int NOT_SYNCABLE = 0; field in SyncStorageEngine.AuthorityInfo
1874 AuthorityInfo.SYNCABLE : AuthorityInfo.NOT_SYNCABLE; in parseAuthority()
DContentService.java1396 return SyncStorageEngine.AuthorityInfo.NOT_SYNCABLE; in normalizeSyncable()