Searched refs:targetSyncState (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/content/ |
D | SyncManager.java | 899 String requestedAuthority, Bundle extras, int targetSyncState, in scheduleSync() argument 902 scheduleSync(requestedAccount, userId, reason, requestedAuthority, extras, targetSyncState, in scheduleSync() 911 String requestedAuthority, Bundle extras, int targetSyncState, in scheduleSync() argument 1033 finalExtras, targetSyncState, minDelayMillis, in scheduleSync() 1052 if (targetSyncState != AuthorityInfo.UNDEFINED && targetSyncState != isSyncable) { in scheduleSync() 1085 authority, finalExtras, targetSyncState, minDelayMillis, in scheduleSync() 1104 } else if (targetSyncState == AuthorityInfo.UNDEFINED in scheduleSync() 1105 || targetSyncState == isSyncable) { in scheduleSync()
|