HomeSort by relevance Sort by last modified time
    Searched full: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;
59 this.authorityId = other.authorityId;
72 parcel.writeInt(authorityId);
80 authorityId = parcel.readInt();
SyncStatusInfo.java 29 public final int authorityId;
52 public SyncStatusInfo(int authorityId) {
53 this.authorityId = authorityId;
72 parcel.writeInt(authorityId);
102 authorityId = parcel.readInt();
133 authorityId = other.authorityId;
  /frameworks/base/services/java/com/android/server/content/
SyncStorageEngine.java 168 int authorityId;
180 this.authorityId = -1;
191 this.authorityId = other.authorityId;
298 int authorityId;
    [all...]
SyncManager.java     [all...]

Completed in 4608 milliseconds