Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java270 public static final int SYNCABLE = 1; field in SyncStorageEngine.AuthorityInfo
810 if (syncable == AuthorityInfo.SYNCABLE) { in setSyncableStateForEndPoint()
1874 AuthorityInfo.SYNCABLE : AuthorityInfo.NOT_SYNCABLE; in parseAuthority()
DContentService.java1394 return SyncStorageEngine.AuthorityInfo.SYNCABLE; in normalizeSyncable()
DSyncManager.java1032 account.account, account.userId, authority, AuthorityInfo.SYNCABLE, in scheduleSync()
1034 isSyncable = AuthorityInfo.SYNCABLE; in scheduleSync()