Searched refs:SYNCABLE_NO_ACCOUNT_ACCESS (Results 1 – 2 of 2) sorted by relevance
685 null, null, AuthorityInfo.SYNCABLE_NO_ACCOUNT_ACCESS, in SyncManager()1033 if (isSyncable == AuthorityInfo.SYNCABLE_NO_ACCOUNT_ACCESS) { in scheduleSync()1180 return AuthorityInfo.SYNCABLE_NO_ACCOUNT_ACCESS; in computeSyncable()3519 if (state == AuthorityInfo.SYNCABLE_NO_ACCOUNT_ACCESS) { in computeSyncOpState()
268 public static final int SYNCABLE_NO_ACCOUNT_ACCESS = 3; field in SyncStorageEngine.AuthorityInfo