Searched refs:getOrCreateSyncStatusLocked (Results 1 – 1 of 1) sorted by relevance
982 SyncStatusInfo status = getOrCreateSyncStatusLocked(authority.ident); in updateOrAddPeriodicSync()1122 SyncStatusInfo status = getOrCreateSyncStatusLocked(authority.ident); in insertIntoPending()1166 SyncStatusInfo status = getOrCreateSyncStatusLocked(authority.ident); in deleteFromPending()1369 SyncStatusInfo status = getOrCreateSyncStatusLocked(item.authorityId); in stopSyncEvent()1604 SyncStatusInfo syncStatusInfo = getOrCreateSyncStatusLocked(authorityInfo.ident); in createCopyPairOfAuthorityWithSyncStatusLocked()1786 private SyncStatusInfo getOrCreateSyncStatusLocked(int authorityId) { in getOrCreateSyncStatusLocked() method in SyncStorageEngine