Searched refs:syncInfo (Results 1 – 1 of 1) sorted by relevance
1076 for (SyncInfo syncInfo : getCurrentSyncs(info.userId)) { in isSyncActive()1077 AuthorityInfo ainfo = getAuthority(syncInfo.authorityId); in isSyncActive()1167 final SyncInfo syncInfo; in addActiveSync() local1180 syncInfo = new SyncInfo( in addActiveSync()1185 getCurrentSyncs(authorityInfo.target.userId).add(syncInfo); in addActiveSync()1188 return syncInfo; in addActiveSync()1194 public void removeActiveSync(SyncInfo syncInfo, int userId) { in removeActiveSync() argument1197 Slog.v(TAG, "removeActiveSync: account=" + syncInfo.account in removeActiveSync()1199 + " auth=" + syncInfo.authority); in removeActiveSync()1201 getCurrentSyncs(userId).remove(syncInfo); in removeActiveSync()[all …]