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 29 public final int authorityId;
49 public SyncInfo(int authorityId, Account account, String authority,
51 this.authorityId = authorityId;
64 parcel.writeInt(authorityId);
72 authorityId = parcel.readInt();
SyncStatusInfo.java 29 public final int authorityId;
49 public SyncStatusInfo(int authorityId) {
50 this.authorityId = authorityId;
69 parcel.writeInt(authorityId);
99 authorityId = parcel.readInt();
  /frameworks/base/services/java/com/android/server/content/
SyncStorageEngine.java 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);
    [all...]
SyncManager.java     [all...]

Completed in 62 milliseconds