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

/frameworks/base/core/java/android/content/
H A DSyncInfo.java29 public final int authorityId; field in class:SyncInfo
49 SyncInfo(int authorityId, Account account, String authority, argument
51 this.authorityId = authorityId;
64 parcel.writeInt(authorityId);
72 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.java153 int authorityId; field in class:SyncStorageEngine.PendingOperation
164 this.authorityId = -1;
173 this.authorityId = other.authorityId;
238 int authorityId; field in class:SyncStorageEngine.SyncHistoryItem
802 public AuthorityInfo getAuthority(int authorityId) { argument
804 return mAuthorities.get(authorityId);
815 AuthorityInfo ainfo = getAuthority(syncInfo.authorityId);
846 op.authorityId = authority.ident;
969 if (mSyncHistory.get(j).authorityId
1424 getOrCreateSyncStatusLocked(int authorityId) argument
[all...]
H A DSyncManager.java1259 = mSyncStorageEngine.getAuthority(item.authorityId);
1386 = mSyncStorageEngine.getAuthority(item.authorityId);

Completed in 93 milliseconds