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.java883 String requestedAuthority, Bundle extras, int targetSyncState, in scheduleSync() argument
886 scheduleSync(requestedAccount, userId, reason, requestedAuthority, extras, targetSyncState, in scheduleSync()
895 String requestedAuthority, Bundle extras, int targetSyncState, in scheduleSync() argument
1018 finalExtras, targetSyncState, minDelayMillis, in scheduleSync()
1037 if (targetSyncState != AuthorityInfo.UNDEFINED && targetSyncState != isSyncable) { in scheduleSync()
1070 authority, finalExtras, targetSyncState, minDelayMillis, in scheduleSync()
1089 } else if (targetSyncState == AuthorityInfo.UNDEFINED in scheduleSync()
1090 || targetSyncState == isSyncable) { in scheduleSync()