Home | History | Annotate | Download | only in content

Lines Matching refs:isSyncable

585                 int isSyncable = mSyncStorageEngine.getIsSyncable(account, authority);
586 if (isSyncable == 0) {
589 if (onlyThoseWithUnkownSyncableState && isSyncable >= 0) {
600 // always allow if the isSyncable state is unknown
602 (isSyncable < 0)