Searched refs:authorityId (Results 1 – 4 of 4) sorted by relevance
28 public final int authorityId; field in SyncInfo48 public SyncInfo(int authorityId, Account account, String authority, long startTime) { in SyncInfo() argument49 this.authorityId = authorityId; in SyncInfo()57 this.authorityId = other.authorityId; in SyncInfo()70 parcel.writeInt(authorityId); in writeToParcel()78 authorityId = parcel.readInt(); in SyncInfo()
29 public final int authorityId; field in SyncStatusInfo52 public SyncStatusInfo(int authorityId) { in SyncStatusInfo() argument53 this.authorityId = authorityId; in SyncStatusInfo()72 parcel.writeInt(authorityId); in writeToParcel()102 authorityId = parcel.readInt(); in SyncStatusInfo()133 authorityId = other.authorityId; in SyncStatusInfo()
170 final int authorityId; field in SyncStorageEngine.PendingOperation182 this.authorityId = authority.ident; in PendingOperation()190 this.authorityId = other.authorityId; in PendingOperation()399 int authorityId; field in SyncStorageEngine.SyncHistoryItem1079 public AuthorityInfo getAuthority(int authorityId) { in getAuthority() argument1081 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 …]
1694 = mSyncStorageEngine.getAuthority(item.authorityId); in dumpRecentHistory()1833 = mSyncStorageEngine.getAuthority(item.authorityId); in dumpRecentHistory()1910 = mSyncStorageEngine.getAuthority(item.authorityId); in dumpRecentHistory()