Home
last modified time | relevance | path

Searched refs:targetSyncState (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java1034 String requestedAuthority, Bundle extras, int targetSyncState, in scheduleSync() argument
1037 scheduleSync(requestedAccount, userId, reason, requestedAuthority, extras, targetSyncState, in scheduleSync()
1046 String requestedAuthority, Bundle extras, int targetSyncState, in scheduleSync() argument
1169 finalExtras, targetSyncState, minDelayMillis, in scheduleSync()
1188 if (targetSyncState != AuthorityInfo.UNDEFINED && targetSyncState != isSyncable) { in scheduleSync()
1221 authority, finalExtras, targetSyncState, minDelayMillis, in scheduleSync()
1240 } else if (targetSyncState == AuthorityInfo.UNDEFINED in scheduleSync()
1241 || targetSyncState == isSyncable) { in scheduleSync()