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.java1002 for (SyncInfo syncInfo : getCurrentSyncs(info.userId)) { in isSyncActive()
1003 AuthorityInfo ainfo = getAuthority(syncInfo.authorityId); in isSyncActive()
1093 final SyncInfo syncInfo; in addActiveSync() local
1106 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() argument
1123 Slog.v(TAG, "removeActiveSync: account=" + syncInfo.account in removeActiveSync()
1125 + " auth=" + syncInfo.authority); in removeActiveSync()
1127 getCurrentSyncs(userId).remove(syncInfo); in removeActiveSync()