Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/content/
H A DSyncStorageEngine.java277 public static final int SYNCABLE = 1; field in SyncStorageEngine.AuthorityInfo
835 if (syncable == AuthorityInfo.SYNCABLE) { in setSyncableStateForEndPoint()
1929 AuthorityInfo.SYNCABLE : AuthorityInfo.NOT_SYNCABLE; in parseAuthority()
H A DContentService.java1529 return SyncStorageEngine.AuthorityInfo.SYNCABLE; in normalizeSyncable()
H A DSyncManager.java1154 account.account, account.userId, authority, AuthorityInfo.SYNCABLE, in scheduleSync()
1156 isSyncable = AuthorityInfo.SYNCABLE; in scheduleSync()