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.java919 String requestedAuthority, Bundle extras, int targetSyncState, in scheduleSync() argument
921 scheduleSync(requestedAccount, userId, reason, requestedAuthority, extras, targetSyncState, in scheduleSync()
929 String requestedAuthority, Bundle extras, int targetSyncState, in scheduleSync() argument
1055 finalExtras, targetSyncState, minDelayMillis, in scheduleSync()
1073 if (targetSyncState != AuthorityInfo.UNDEFINED && targetSyncState != isSyncable) { in scheduleSync()
1108 authority, finalExtras, targetSyncState, minDelayMillis, in scheduleSync()
1132 } else if (targetSyncState == AuthorityInfo.UNDEFINED in scheduleSync()
1133 || targetSyncState == isSyncable) { in scheduleSync()