Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DSyncStatusInfo.java29 public class SyncStatusInfo implements Parcelable { class
151 public SyncStatusInfo(int authorityId) { in SyncStatusInfo() method in SyncStatusInfo
222 public SyncStatusInfo(Parcel parcel) { in SyncStatusInfo() method in SyncStatusInfo
295 public SyncStatusInfo(SyncStatusInfo other) { in SyncStatusInfo() method in SyncStatusInfo
404 … static final @android.annotation.NonNull Creator<SyncStatusInfo> CREATOR = new Creator<SyncStatus…
405 public SyncStatusInfo createFromParcel(Parcel in) {
406 return new SyncStatusInfo(in);
409 public SyncStatusInfo[] newArray(int size) {
410 return new SyncStatusInfo[size];
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.java3102 public static SyncStatusInfo getSyncStatus(Account account, String authority) {
3115 public static SyncStatusInfo getSyncStatusAsUser(Account account, String authority,
/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java34 import android.content.SyncStatusInfo;
440 private final SparseArray<SyncStatusInfo> mSyncStatus =
441 new SparseArray<SyncStatusInfo>();
1020 SyncStatusInfo status = getOrCreateSyncStatusLocked(authority.ident); in markPending()
1204 SyncStatusInfo status = getOrCreateSyncStatusLocked(item.authorityId); in stopSyncEvent()
1366 public Pair<AuthorityInfo, SyncStatusInfo> getCopyOfAuthorityWithSyncStatus(EndPoint info) { in getCopyOfAuthorityWithSyncStatus()
1381 public SyncStatusInfo getStatusByAuthority(EndPoint info) { in getStatusByAuthority()
1388 SyncStatusInfo cur = mSyncStatus.valueAt(i); in getStatusByAuthority()
1404 SyncStatusInfo cur = mSyncStatus.valueAt(i); in isSyncPending()
1449 private Pair<AuthorityInfo, SyncStatusInfo> createCopyPairOfAuthorityWithSyncStatusLocked( in createCopyPairOfAuthorityWithSyncStatusLocked()
[all …]
DContentService.java41 import android.content.SyncStatusInfo;
1057 public SyncStatusInfo getSyncStatus(Account account, String authority, ComponentName cname) { in getSyncStatus()
1066 public SyncStatusInfo getSyncStatusAsUser(Account account, String authority, in getSyncStatusAsUser()
DSyncManager.java53 import android.content.SyncStatusInfo;
54 import android.content.SyncStatusInfo.Stats;
2209 final ArrayList<Pair<EndPoint, SyncStatusInfo>> statuses = new ArrayList<>(); in dumpSyncState()
2263 Pair<AuthorityInfo, SyncStatusInfo> syncAuthoritySyncStatus = in dumpSyncState()
2270 SyncStatusInfo status = syncAuthoritySyncStatus.second; in dumpSyncState()
2334 final Pair<EndPoint, SyncStatusInfo> event = statuses.get(i); in dumpSyncState()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt13317 …accounts/Account;Ljava/lang/String;Landroid/content/ComponentName;)Landroid/content/SyncStatusInfo;
13318 …ccounts/Account;Ljava/lang/String;Landroid/content/ComponentName;I)Landroid/content/SyncStatusInfo;
13391 …accounts/Account;Ljava/lang/String;Landroid/content/ComponentName;)Landroid/content/SyncStatusInfo;
13392 …ccounts/Account;Ljava/lang/String;Landroid/content/ComponentName;I)Landroid/content/SyncStatusInfo;
17024 Landroid/content/SyncStatusInfo$Stats;-><init>()V
17025 Landroid/content/SyncStatusInfo$Stats;->clear()V
17026 Landroid/content/SyncStatusInfo$Stats;->copyTo(Landroid/content/SyncStatusInfo$Stats;)V
17027 Landroid/content/SyncStatusInfo$Stats;->numCancels:I
17028 Landroid/content/SyncStatusInfo$Stats;->numFailures:I
17029 Landroid/content/SyncStatusInfo$Stats;->numSourceFeed:I
[all …]
Dboot-image-profile.txt3916 HSPLandroid/content/SyncStatusInfo$1;-><init>()V
3917 HPLandroid/content/SyncStatusInfo$Stats;->clear()V
3918 HPLandroid/content/SyncStatusInfo$Stats;->copyTo(Landroid/content/SyncStatusInfo$Stats;)V
3919 HSPLandroid/content/SyncStatusInfo$Stats;->readFromParcel(Landroid/os/Parcel;)V
3920 HPLandroid/content/SyncStatusInfo$Stats;->writeToParcel(Landroid/os/Parcel;)V
3921 HPLandroid/content/SyncStatusInfo;-><init>(I)V
3922 HSPLandroid/content/SyncStatusInfo;-><init>(Landroid/os/Parcel;)V
3923 HPLandroid/content/SyncStatusInfo;->addEvent(Ljava/lang/String;)V
3924 HPLandroid/content/SyncStatusInfo;->areSameDates(JJ)Z
3925 HPLandroid/content/SyncStatusInfo;->maybeResetTodayStats(ZZ)V
[all …]
/frameworks/base/services/
Dart-profile5920 …er/content/SyncManager$PrintTable;Ljava/lang/String;Landroid/content/SyncStatusInfo$Stats;Ljava/ut…
6015 …d/server/content/SyncStorageEngine;->getOrCreateSyncStatusLocked(I)Landroid/content/SyncStatusInfo;