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

  /frameworks/base/core/java/android/content/
SyncInfo.java 35 public final int authorityId;
61 int authorityId, String authority, long startTime) {
62 return new SyncInfo(authorityId, REDACTED_ACCOUNT, authority, startTime);
66 public SyncInfo(int authorityId, Account account, String authority, long startTime) {
67 this.authorityId = authorityId;
75 this.authorityId = other.authorityId;
88 parcel.writeInt(authorityId);
96 authorityId = parcel.readInt()
    [all...]
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/core/java/com/android/server/content/
SyncStorageEngine.java 299 int authorityId;
854 public AuthorityInfo getAuthority(int authorityId) {
856 return mAuthorities.get(authorityId);
    [all...]
SyncManager.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 486 milliseconds