Home | History | Annotate | Download | only in content

Lines Matching refs:isSyncable

509         int isSyncable = mSyncStorageEngine.getIsSyncable(account, userId, providerName);
512 // If it's not a restricted user, return isSyncable
513 if (userInfo == null || !userInfo.isRestricted()) return isSyncable;
519 if (syncAdapterInfo == null) return isSyncable;
525 if (pInfo == null) return isSyncable;
528 return isSyncable;
532 return isSyncable;
723 int isSyncable = getIsSyncable(account.account, account.userId,
725 if (isSyncable == 0) {
736 if (isSyncable < 0 && isAlwaysSyncable) {
738 isSyncable = 1;
740 if (onlyThoseWithUnkownSyncableState && isSyncable >= 0) {
748 (isSyncable < 0) // always allow if the isSyncable state is unknown
767 if (isSyncable < 0) {
2178 Log.v(TAG, " Not scheduling periodic operation: isSyncable == 0.");
2572 Log.v(TAG, " Dropping sync operation: isSyncable == 0.");