Searched refs:authorityId (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/content/ |
D | SyncInfo.java | 38 public final int authorityId; field in SyncInfo 64 int authorityId, String authority, long startTime) { in createAccountRedacted() argument 65 return new SyncInfo(authorityId, REDACTED_ACCOUNT, authority, startTime); in createAccountRedacted() 70 public SyncInfo(int authorityId, Account account, String authority, long startTime) { in SyncInfo() argument 71 this.authorityId = authorityId; in SyncInfo() 79 this.authorityId = other.authorityId; in SyncInfo() 92 parcel.writeInt(authorityId); in writeToParcel() 101 authorityId = parcel.readInt(); in SyncInfo()
|
D | SyncStatusInfo.java | 42 public final int authorityId; field in SyncStatusInfo 151 public SyncStatusInfo(int authorityId) { in SyncStatusInfo() argument 152 this.authorityId = authorityId; in SyncStatusInfo() 172 parcel.writeInt(authorityId); in writeToParcel() 227 authorityId = parcel.readInt(); in SyncStatusInfo() 296 authorityId = other.authorityId; in SyncStatusInfo()
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | SyncStorageEngine.java | 342 int authorityId; field in SyncStorageEngine.SyncHistoryItem 990 public AuthorityInfo getAuthority(int authorityId) { in getAuthority() argument 992 return mAuthorities.get(authorityId); in getAuthority() 1003 AuthorityInfo ainfo = getAuthority(syncInfo.authorityId); in isSyncActive() 1076 if (mSyncHistory.get(j).authorityId == ident) { in removeStaleAccounts() 1155 item.authorityId = authority.ident; in insertStartSyncEvent() 1204 SyncStatusInfo status = getOrCreateSyncStatusLocked(item.authorityId); in stopSyncEvent() 1344 sync.authorityId, sync.authority, sync.startTime); in getCurrentSyncsCopy() 1389 AuthorityInfo ainfo = mAuthorities.get(cur.authorityId); in getStatusByAuthority() 1405 AuthorityInfo ainfo = mAuthorities.get(cur.authorityId); in isSyncPending() [all …]
|
D | SyncManager.java | 2413 = mSyncStorageEngine.getAuthority(item.authorityId); in dumpRecentHistory() 2543 = mSyncStorageEngine.getAuthority(item.authorityId); in dumpRecentHistory() 2609 = mSyncStorageEngine.getAuthority(item.authorityId); in dumpRecentHistory()
|