Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java320 public static final int SYNCABLE = 1; field in SyncStorageEngine.AuthorityInfo
753 AuthorityInfo.SYNCABLE : AuthorityInfo.NOT_SYNCABLE); in setIsTargetServiceActive()
781 if (syncable == AuthorityInfo.SYNCABLE) { in setSyncableStateForEndPoint()
2093 AuthorityInfo.SYNCABLE : AuthorityInfo.NOT_SYNCABLE; in parseAuthority()
DSyncManager.java831 account.account, account.userId, authority, AuthorityInfo.SYNCABLE); in scheduleSync()
832 isSyncable = AuthorityInfo.SYNCABLE; in scheduleSync()