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

/frameworks/base/core/java/android/content/
H A DSyncInfo.java28 public final int authorityId; field in class:SyncInfo
48 SyncInfo(int authorityId, Account account, String authority, argument
50 this.authorityId = authorityId;
63 parcel.writeInt(authorityId);
71 authorityId = parcel.readInt();
H A DSyncStatusInfo.java29 public final int authorityId; field in class:SyncStatusInfo
49 SyncStatusInfo(int authorityId) { argument
50 this.authorityId = authorityId;
70 parcel.writeInt(authorityId);
100 authorityId = parcel.readInt();
H A DSyncStorageEngine.java141 int authorityId; field in class:SyncStorageEngine.PendingOperation
151 this.authorityId = -1;
159 this.authorityId = other.authorityId;
199 int authorityId; field in class:SyncStorageEngine.SyncHistoryItem
711 public AuthorityInfo getAuthority(int authorityId) { argument
713 return mAuthorities.get(authorityId);
735 AuthorityInfo ainfo = getAuthority(mCurrentSync.authorityId);
764 op.authorityId = authority.ident;
902 if (mSyncHistory.get(j).authorityId
1361 getOrCreateSyncStatusLocked(int authorityId) argument
[all...]
H A DSyncManager.java1030 = mSyncStorageEngine.getAuthority(active.authorityId);
1222 = mSyncStorageEngine.getAuthority(item.authorityId);

Completed in 86 milliseconds