Searched refs:SYNCABLE_NO_ACCOUNT_ACCESS (Results 1 – 2 of 2) sorted by relevance
671 null, null, AuthorityInfo.SYNCABLE_NO_ACCOUNT_ACCESS, in SyncManager()1018 if (isSyncable == AuthorityInfo.SYNCABLE_NO_ACCOUNT_ACCESS) { in scheduleSync()1149 return AuthorityInfo.SYNCABLE_NO_ACCOUNT_ACCESS; in computeSyncable()3458 if (state == AuthorityInfo.SYNCABLE_NO_ACCOUNT_ACCESS) { in computeSyncOpState()
278 public static final int SYNCABLE_NO_ACCOUNT_ACCESS = 3; field in SyncStorageEngine.AuthorityInfo