Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java283 private List<SyncOperation> getAllPendingSyncs() { in getAllPendingSyncs() method in SyncManager
488 List<SyncOperation> ops = getAllPendingSyncs(); in cleanupJobs()
868 List<SyncOperation> ops = getAllPendingSyncs(); in setAuthorityPendingState()
1206 List<SyncOperation> ops = getAllPendingSyncs(); in removeSyncsForAuthority()
1241 List<SyncOperation> ops = getAllPendingSyncs(); in getPeriodicSyncs()
1442 List<SyncOperation> ops = getAllPendingSyncs(); in rescheduleSyncs()
1551 List<SyncOperation> pending = getAllPendingSyncs(); in scheduleSyncOperationH()
1690 List<SyncOperation> ops = getAllPendingSyncs(); in clearScheduledSyncOperations()
1707 List<SyncOperation> ops = getAllPendingSyncs(); in cancelScheduledSyncOperation()
1824 List<SyncOperation> ops = getAllPendingSyncs(); in onUserRemoved()
[all …]