Home
last modified time | relevance | path

Searched refs:SyncStatusInfo (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/content/
DSyncStorageEngineTest.java22 import android.content.SyncStatusInfo;
104 private void populateStatus(SparseArray<SyncStatusInfo> syncStatus) { in populateStatus()
107 final SyncStatusInfo ss = new SyncStatusInfo(i); in populateStatus()
137 private void populateStats(SyncStatusInfo.Stats stats, Random r) { in populateStats()
150 private void verifyStatus(SparseArray<SyncStatusInfo> syncStatus, in verifyStatus()
151 SparseArray<SyncStatusInfo> syncStatusOther) { in verifyStatus()
154 final SyncStatusInfo ss = syncStatus.valueAt(i); in verifyStatus()
155 final SyncStatusInfo ssOther = syncStatusOther.valueAt(i); in verifyStatus()
188 private void verifyStats(SyncStatusInfo.Stats stats, SyncStatusInfo.Stats statsOther) { in verifyStats()
/frameworks/base/core/java/android/content/
DSyncStatusInfo.java32 public class SyncStatusInfo implements Parcelable { class
154 public SyncStatusInfo(int authorityId) { in SyncStatusInfo() method in SyncStatusInfo
225 public SyncStatusInfo(Parcel parcel) { in SyncStatusInfo() method in SyncStatusInfo
303 public SyncStatusInfo(SyncStatusInfo other) { in SyncStatusInfo() method in SyncStatusInfo
314 public SyncStatusInfo(int authorityId, SyncStatusInfo other) { in SyncStatusInfo() method in SyncStatusInfo
319 private void copyFrom(SyncStatusInfo other) { in copyFrom()
452 … static final @android.annotation.NonNull Creator<SyncStatusInfo> CREATOR = new Creator<SyncStatus…
453 public SyncStatusInfo createFromParcel(Parcel in) {
454 return new SyncStatusInfo(in);
457 public SyncStatusInfo[] newArray(int size) {
[all …]
DIContentService.aidl25 import android.content.SyncStatusInfo;
173 SyncStatusInfo getSyncStatus(in Account account, String authority, in ComponentName cname); in getSyncStatus()
174 SyncStatusInfo getSyncStatusAsUser(in Account account, String authority, in ComponentName cname, in getSyncStatusAsUser()
DSyncStatusInfo.aidl19 parcelable SyncStatusInfo;
DContentResolver.java3581 public static SyncStatusInfo getSyncStatus(Account account, String authority) {
3594 public static SyncStatusInfo getSyncStatusAsUser(Account account, String authority,
/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java34 import android.content.SyncStatusInfo;
446 final SparseArray<SyncStatusInfo> mSyncStatus =
447 new SparseArray<SyncStatusInfo>();
1039 SyncStatusInfo status = getOrCreateSyncStatusLocked(authority.ident); in markPending()
1223 SyncStatusInfo status = getOrCreateSyncStatusLocked(item.authorityId); in stopSyncEvent()
1385 public Pair<AuthorityInfo, SyncStatusInfo> getCopyOfAuthorityWithSyncStatus(EndPoint info) { in getCopyOfAuthorityWithSyncStatus()
1400 public SyncStatusInfo getStatusByAuthority(EndPoint info) { in getStatusByAuthority()
1407 SyncStatusInfo cur = mSyncStatus.valueAt(i); in getStatusByAuthority()
1423 SyncStatusInfo cur = mSyncStatus.valueAt(i); in isSyncPending()
1468 private Pair<AuthorityInfo, SyncStatusInfo> createCopyPairOfAuthorityWithSyncStatusLocked( in createCopyPairOfAuthorityWithSyncStatusLocked()
[all …]
DContentService.java44 import android.content.SyncStatusInfo;
1133 public SyncStatusInfo getSyncStatus(Account account, String authority, ComponentName cname) { in getSyncStatus()
1142 public SyncStatusInfo getSyncStatusAsUser(Account account, String authority, in getSyncStatusAsUser()
DSyncManager.java56 import android.content.SyncStatusInfo;
57 import android.content.SyncStatusInfo.Stats;
2239 final ArrayList<Pair<EndPoint, SyncStatusInfo>> statuses = new ArrayList<>(); in dumpSyncState()
2293 Pair<AuthorityInfo, SyncStatusInfo> syncAuthoritySyncStatus = in dumpSyncState()
2300 SyncStatusInfo status = syncAuthoritySyncStatus.second; in dumpSyncState()
2364 final Pair<EndPoint, SyncStatusInfo> event = statuses.get(i); in dumpSyncState()
/frameworks/base/core/proto/android/server/
Dsyncstorageengine.proto40 * Stores relevant information from a SyncStatusInfo object.
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt13308 …accounts/Account;Ljava/lang/String;Landroid/content/ComponentName;)Landroid/content/SyncStatusInfo;
13309 …ccounts/Account;Ljava/lang/String;Landroid/content/ComponentName;I)Landroid/content/SyncStatusInfo;
13382 …accounts/Account;Ljava/lang/String;Landroid/content/ComponentName;)Landroid/content/SyncStatusInfo;
13383 …ccounts/Account;Ljava/lang/String;Landroid/content/ComponentName;I)Landroid/content/SyncStatusInfo;
17015 Landroid/content/SyncStatusInfo$Stats;-><init>()V
17016 Landroid/content/SyncStatusInfo$Stats;->clear()V
17017 Landroid/content/SyncStatusInfo$Stats;->copyTo(Landroid/content/SyncStatusInfo$Stats;)V
17018 Landroid/content/SyncStatusInfo$Stats;->numCancels:I
17019 Landroid/content/SyncStatusInfo$Stats;->numFailures:I
17020 Landroid/content/SyncStatusInfo$Stats;->numSourceFeed:I
[all …]
/frameworks/base/boot/
Dpreloaded-classes1348 android.content.SyncStatusInfo$1
1349 android.content.SyncStatusInfo$Stats
1350 android.content.SyncStatusInfo
Dboot-image-profile.txt24200 Landroid/content/SyncStatusInfo$1;
24201 Landroid/content/SyncStatusInfo$Stats;
24202 Landroid/content/SyncStatusInfo;
/frameworks/base/config/
Dpreloaded-classes1347 android.content.SyncStatusInfo$1
1348 android.content.SyncStatusInfo$Stats
1349 android.content.SyncStatusInfo
Dboot-image-profile.txt33837 Landroid/content/SyncStatusInfo$1;
33838 Landroid/content/SyncStatusInfo$Stats;
33839 Landroid/content/SyncStatusInfo;
/frameworks/base/services/
Dart-profile15483 …accounts/Account;Ljava/lang/String;Landroid/content/ComponentName;)Landroid/content/SyncStatusInfo;
15484 …;Ljava/lang/String;Landroid/content/ComponentName;I)Landroid/content/SyncStatusInfo;+]Ljava/lang/S…
15732 …content/SyncAdapterStateFetcher;)V+]Landroid/content/SyncStatusInfo;Landroid/content/SyncStatusInf…
15759 …er/content/SyncManager$PrintTable;Ljava/lang/String;Landroid/content/SyncStatusInfo$Stats;Ljava/ut…
15894 …t/SyncStorageEngine;->getOrCreateSyncStatusLocked(I)Landroid/content/SyncStatusInfo;+]Landroid/uti…
15896 …/android/server/content/SyncStorageEngine$EndPoint;)Landroid/content/SyncStatusInfo;+]Lcom/android…
15917 …/ProtoInputStream;)Landroid/content/SyncStatusInfo;+]Landroid/content/SyncStatusInfo;Landroid/cont…
15918 …tusStatsLocked(Landroid/util/proto/ProtoInputStream;Landroid/content/SyncStatusInfo$Stats;)V+]Land…
15938 …yncEvent(JJLjava/lang/String;JJI)V+]Landroid/content/SyncStatusInfo;Landroid/content/SyncStatusInf…
15945 …nfoLocked(Ljava/io/OutputStream;)V+]Landroid/content/SyncStatusInfo;Landroid/content/SyncStatusInf…
[all …]