Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DSyncInfo.java35 public final int authorityId; field in SyncInfo
61 int authorityId, String authority, long startTime) { in createAccountRedacted() argument
62 return new SyncInfo(authorityId, REDACTED_ACCOUNT, authority, startTime); in createAccountRedacted()
66 public SyncInfo(int authorityId, Account account, String authority, long startTime) { in SyncInfo() argument
67 this.authorityId = authorityId; in SyncInfo()
75 this.authorityId = other.authorityId; in SyncInfo()
88 parcel.writeInt(authorityId); in writeToParcel()
96 authorityId = parcel.readInt(); in SyncInfo()
DSyncStatusInfo.java40 public final int authorityId; field in SyncStatusInfo
139 public SyncStatusInfo(int authorityId) { in SyncStatusInfo() argument
140 this.authorityId = authorityId; in SyncStatusInfo()
159 parcel.writeInt(authorityId); in writeToParcel()
213 authorityId = parcel.readInt(); in SyncStatusInfo()
282 authorityId = other.authorityId; in SyncStatusInfo()
/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java332 int authorityId; field in SyncStorageEngine.SyncHistoryItem
976 public AuthorityInfo getAuthority(int authorityId) { in getAuthority() argument
978 return mAuthorities.get(authorityId); in getAuthority()
989 AuthorityInfo ainfo = getAuthority(syncInfo.authorityId); in isSyncActive()
1059 if (mSyncHistory.get(j).authorityId == ident) { in doDatabaseCleanup()
1138 item.authorityId = authority.ident; in insertStartSyncEvent()
1187 SyncStatusInfo status = getOrCreateSyncStatusLocked(item.authorityId); in stopSyncEvent()
1327 sync.authorityId, sync.authority, sync.startTime); in getCurrentSyncsCopy()
1372 AuthorityInfo ainfo = mAuthorities.get(cur.authorityId); in getStatusByAuthority()
1388 AuthorityInfo ainfo = mAuthorities.get(cur.authorityId); in isSyncPending()
[all …]
DSyncManager.java2432 = mSyncStorageEngine.getAuthority(item.authorityId); in dumpRecentHistory()
2562 = mSyncStorageEngine.getAuthority(item.authorityId); in dumpRecentHistory()
2630 = mSyncStorageEngine.getAuthority(item.authorityId); in dumpRecentHistory()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt1967 Landroid/content/SyncInfo;->authorityId:I
1976 Landroid/content/SyncStatusInfo;->authorityId:I