Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java316 public static final int NOT_SYNCABLE = 0; field in SyncStorageEngine.AuthorityInfo
753 AuthorityInfo.SYNCABLE : AuthorityInfo.NOT_SYNCABLE); in setIsTargetServiceActive()
2093 AuthorityInfo.SYNCABLE : AuthorityInfo.NOT_SYNCABLE; in parseAuthority()
DSyncManager.java818 if (isSyncable == AuthorityInfo.NOT_SYNCABLE) { in scheduleSync()