Searched refs:syncInfo (Results 1 – 1 of 1) sorted by relevance
1002 for (SyncInfo syncInfo : getCurrentSyncs(info.userId)) { in isSyncActive()1003 AuthorityInfo ainfo = getAuthority(syncInfo.authorityId); in isSyncActive()1093 final SyncInfo syncInfo; in addActiveSync() local1106 syncInfo = new SyncInfo( in addActiveSync()1111 getCurrentSyncs(authorityInfo.target.userId).add(syncInfo); in addActiveSync()1114 return syncInfo; in addActiveSync()1120 public void removeActiveSync(SyncInfo syncInfo, int userId) { in removeActiveSync() argument1123 Slog.v(TAG, "removeActiveSync: account=" + syncInfo.account in removeActiveSync()1125 + " auth=" + syncInfo.authority); in removeActiveSync()1127 getCurrentSyncs(userId).remove(syncInfo); in removeActiveSync()