Searched refs:SYNCABLE_NO_ACCOUNT_ACCESS (Results 1 – 2 of 2) sorted by relevance
655 null, null, AuthorityInfo.SYNCABLE_NO_ACCOUNT_ACCESS, in SyncManager()1003 if (isSyncable == AuthorityInfo.SYNCABLE_NO_ACCOUNT_ACCESS) { in scheduleSync()1130 return AuthorityInfo.SYNCABLE_NO_ACCOUNT_ACCESS; in computeSyncable()3484 if (state == AuthorityInfo.SYNCABLE_NO_ACCOUNT_ACCESS) { in computeSyncOpState()
282 public static final int SYNCABLE_NO_ACCOUNT_ACCESS = 3; field in SyncStorageEngine.AuthorityInfo