Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java1021 for (SyncInfo syncInfo : getCurrentSyncs(info.userId)) { in isSyncActive()
1022 AuthorityInfo ainfo = getAuthority(syncInfo.authorityId); in isSyncActive()
1112 final SyncInfo syncInfo; in addActiveSync() local
1125 syncInfo = new SyncInfo( in addActiveSync()
1130 getCurrentSyncs(authorityInfo.target.userId).add(syncInfo); in addActiveSync()
1133 return syncInfo; in addActiveSync()
1139 public void removeActiveSync(SyncInfo syncInfo, int userId) { in removeActiveSync() argument
1142 Slog.v(TAG, "removeActiveSync: account=" + syncInfo.account in removeActiveSync()
1144 + " auth=" + syncInfo.authority); in removeActiveSync()
1146 getCurrentSyncs(userId).remove(syncInfo); in removeActiveSync()