Home | History | Annotate | Download | only in content

Lines Matching defs:authorityId

158         int authorityId;
170 this.authorityId = -1;
180 this.authorityId = other.authorityId;
245 int authorityId;
830 public AuthorityInfo getAuthority(int authorityId) {
832 return mAuthorities.get(authorityId);
843 AuthorityInfo ainfo = getAuthority(syncInfo.authorityId);
874 op.authorityId = authority.ident;
997 if (mSyncHistory.get(j).authorityId == ident) {
1081 item.authorityId = authority.ident;
1129 SyncStatusInfo status = getOrCreateSyncStatusLocked(item.authorityId);
1273 AuthorityInfo ainfo = mAuthorities.get(cur.authorityId);
1293 AuthorityInfo ainfo = mAuthorities.get(cur.authorityId);
1436 private SyncStatusInfo getOrCreateSyncStatusLocked(int authorityId) {
1437 SyncStatusInfo status = mSyncStatus.get(authorityId);
1439 status = new SyncStatusInfo(authorityId);
1440 mSyncStatus.put(authorityId, status);
1918 if (st.authorityId == authority.ident) {
1995 if (mAuthorities.indexOfKey(status.authorityId) >= 0) {
1998 + status.authorityId);
1999 mSyncStatus.put(status.authorityId, status);
2065 int authorityId = in.readInt();
2075 AuthorityInfo authority = mAuthorities.get(authorityId);
2088 op.authorityId = authorityId;
2106 out.writeInt(op.authorityId);