HomeSort by relevance Sort by last modified time
    Searched defs:authorityId (Results 1 - 10 of 10) 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 40 public final int authorityId;
139 public SyncStatusInfo(int authorityId) {
140 this.authorityId = authorityId;
159 parcel.writeInt(authorityId);
213 authorityId = parcel.readInt();
282 authorityId = other.authorityId;
  /frameworks/base/services/core/java/com/android/server/content/
SyncStorageEngine.java 332 int authorityId;
    [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 
  /prebuilts/misc/common/robolectric/android-all/
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 
android-all-stubs.jar 

Completed in 3187 milliseconds