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 public 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 public SyncStatusInfo(int authorityId) { argument
50 this.authorityId = authorityId;
69 parcel.writeInt(authorityId);
99 authorityId = parcel.readInt();
/frameworks/base/services/java/com/android/server/content/
H A DSyncStorageEngine.java158 int authorityId; field in class:SyncStorageEngine.PendingOperation
170 this.authorityId = -1;
180 this.authorityId = other.authorityId;
245 int authorityId; field in class:SyncStorageEngine.SyncHistoryItem
830 public AuthorityInfo getAuthority(int authorityId) { argument
832 return mAuthorities.get(authorityId);
843 AuthorityInfo ainfo = getAuthority(syncInfo.authorityId);
874 op.authorityId = authority.ident;
997 if (mSyncHistory.get(j).authorityId
1436 getOrCreateSyncStatusLocked(int authorityId) argument
[all...]
H A DSyncManager.java1380 = mSyncStorageEngine.getAuthority(item.authorityId);
1508 = mSyncStorageEngine.getAuthority(item.authorityId);
1574 = mSyncStorageEngine.getAuthority(item.authorityId);

Completed in 103 milliseconds