HomeSort by relevance Sort by last modified time
    Searched refs:authorityId (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/content/
SyncInfo.java 28 public final int authorityId;
48 SyncInfo(int authorityId, Account account, String authority,
50 this.authorityId = authorityId;
63 parcel.writeInt(authorityId);
71 authorityId = parcel.readInt();
SyncStatusInfo.java 29 public final int authorityId;
49 SyncStatusInfo(int authorityId) {
50 this.authorityId = authorityId;
70 parcel.writeInt(authorityId);
100 authorityId = parcel.readInt();
SyncStorageEngine.java 141 int authorityId;
151 this.authorityId = -1;
159 this.authorityId = other.authorityId;
199 int authorityId;
685 public AuthorityInfo getAuthority(int authorityId) {
687 return mAuthorities.get(authorityId);
709 AuthorityInfo ainfo = getAuthority(mCurrentSync.authorityId);
738 op.authorityId = authority.ident;
876 if (mSyncHistory.get(j).authorityId == ident)
    [all...]
SyncManager.java     [all...]

Completed in 948 milliseconds