Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DSyncInfo.java28 public final int authorityId; field in SyncInfo
48 public SyncInfo(int authorityId, Account account, String authority, long startTime) { in SyncInfo() argument
49 this.authorityId = authorityId; in SyncInfo()
57 this.authorityId = other.authorityId; in SyncInfo()
70 parcel.writeInt(authorityId); in writeToParcel()
78 authorityId = parcel.readInt(); in SyncInfo()
DSyncStatusInfo.java29 public final int authorityId; field in SyncStatusInfo
52 public SyncStatusInfo(int authorityId) { in SyncStatusInfo() argument
53 this.authorityId = authorityId; in SyncStatusInfo()
72 parcel.writeInt(authorityId); in writeToParcel()
102 authorityId = parcel.readInt(); in SyncStatusInfo()
133 authorityId = other.authorityId; in SyncStatusInfo()
/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java170 final int authorityId; field in SyncStorageEngine.PendingOperation
182 this.authorityId = authority.ident; in PendingOperation()
190 this.authorityId = other.authorityId; in PendingOperation()
399 int authorityId; field in SyncStorageEngine.SyncHistoryItem
1079 public AuthorityInfo getAuthority(int authorityId) { in getAuthority() argument
1081 return mAuthorities.get(authorityId); in getAuthority()
1092 AuthorityInfo ainfo = getAuthority(syncInfo.authorityId); in isSyncActive()
1241 if (mSyncHistory.get(j).authorityId == ident) { in doDatabaseCleanup()
1321 item.authorityId = authority.ident; in insertStartSyncEvent()
1369 SyncStatusInfo status = getOrCreateSyncStatusLocked(item.authorityId); in stopSyncEvent()
[all …]
DSyncManager.java1694 = mSyncStorageEngine.getAuthority(item.authorityId); in dumpRecentHistory()
1833 = mSyncStorageEngine.getAuthority(item.authorityId); in dumpRecentHistory()
1910 = mSyncStorageEngine.getAuthority(item.authorityId); in dumpRecentHistory()