Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/content/
H A DSyncStorageEngine.java283 public static final int SYNCABLE_NOT_INITIALIZED = 2; field in SyncStorageEngine.AuthorityInfo
759 if (sync && authority.syncable == AuthorityInfo.SYNCABLE_NOT_INITIALIZED) { in setSyncAutomatically()