Searched defs:authorityId (Results 1 - 3 of 3) 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;
59 this.authorityId = other.authorityId;
72 parcel.writeInt(authorityId);
80 authorityId = parcel.readInt();
H A DSyncStatusInfo.java29 public final int authorityId; field in class:SyncStatusInfo
52 public SyncStatusInfo(int authorityId) { argument
53 this.authorityId = authorityId;
72 parcel.writeInt(authorityId);
102 authorityId = parcel.readInt();
133 authorityId = other.authorityId;
/frameworks/base/services/java/com/android/server/content/
H A DSyncStorageEngine.java168 int authorityId; field in class:SyncStorageEngine.PendingOperation
180 this.authorityId = -1;
191 this.authorityId = other.authorityId;
298 int authorityId; field in class:SyncStorageEngine.SyncHistoryItem
910 public AuthorityInfo getAuthority(int authorityId) { argument
912 return mAuthorities.get(authorityId);
923 AuthorityInfo ainfo = getAuthority(syncInfo.authorityId);
954 op.authorityId = authority.ident;
1085 if (mSyncHistory.get(j).authorityId
1617 setPeriodicSyncTime( int authorityId, PeriodicSync targetPeriodicSync, long when) argument
1638 getOrCreateSyncStatusLocked(int authorityId) argument
[all...]

Completed in 221 milliseconds