Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DSyncStatusInfo.java28 public class SyncStatusInfo implements Parcelable { class
139 public SyncStatusInfo(int authorityId) { in SyncStatusInfo() method in SyncStatusInfo
208 public SyncStatusInfo(Parcel parcel) { in SyncStatusInfo() method in SyncStatusInfo
281 public SyncStatusInfo(SyncStatusInfo other) { in SyncStatusInfo() method in SyncStatusInfo
386 public static final Creator<SyncStatusInfo> CREATOR = new Creator<SyncStatusInfo>() {
387 public SyncStatusInfo createFromParcel(Parcel in) {
388 return new SyncStatusInfo(in);
391 public SyncStatusInfo[] newArray(int size) {
392 return new SyncStatusInfo[size];
DIContentService.aidl25 import android.content.SyncStatusInfo;
166 SyncStatusInfo getSyncStatus(in Account account, String authority, in ComponentName cname); in getSyncStatus()
167 SyncStatusInfo getSyncStatusAsUser(in Account account, String authority, in ComponentName cname, in getSyncStatusAsUser()
DSyncStatusInfo.aidl19 parcelable SyncStatusInfo;
DContentResolver.java2782 public static SyncStatusInfo getSyncStatus(Account account, String authority) { in getSyncStatus()
2794 public static SyncStatusInfo getSyncStatusAsUser(Account account, String authority, in getSyncStatusAsUser()
/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java31 import android.content.SyncStatusInfo;
430 private final SparseArray<SyncStatusInfo> mSyncStatus =
431 new SparseArray<SyncStatusInfo>();
1006 SyncStatusInfo status = getOrCreateSyncStatusLocked(authority.ident); in markPending()
1187 SyncStatusInfo status = getOrCreateSyncStatusLocked(item.authorityId); in stopSyncEvent()
1349 public Pair<AuthorityInfo, SyncStatusInfo> getCopyOfAuthorityWithSyncStatus(EndPoint info) { in getCopyOfAuthorityWithSyncStatus()
1364 public SyncStatusInfo getStatusByAuthority(EndPoint info) { in getStatusByAuthority()
1371 SyncStatusInfo cur = mSyncStatus.valueAt(i); in getStatusByAuthority()
1387 SyncStatusInfo cur = mSyncStatus.valueAt(i); in isSyncPending()
1432 private Pair<AuthorityInfo, SyncStatusInfo> createCopyPairOfAuthorityWithSyncStatusLocked( in createCopyPairOfAuthorityWithSyncStatusLocked()
[all …]
DContentService.java39 import android.content.SyncStatusInfo;
1034 public SyncStatusInfo getSyncStatus(Account account, String authority, ComponentName cname) { in getSyncStatus()
1043 public SyncStatusInfo getSyncStatusAsUser(Account account, String authority, in getSyncStatusAsUser()
DSyncManager.java50 import android.content.SyncStatusInfo;
51 import android.content.SyncStatusInfo.Stats;
2233 final ArrayList<Pair<EndPoint, SyncStatusInfo>> statuses = new ArrayList<>(); in dumpSyncState()
2282 Pair<AuthorityInfo, SyncStatusInfo> syncAuthoritySyncStatus = in dumpSyncState()
2289 SyncStatusInfo status = syncAuthoritySyncStatus.second; in dumpSyncState()
2353 final Pair<EndPoint, SyncStatusInfo> event = statuses.get(i); in dumpSyncState()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt1337 …olver;->getSyncStatus(Landroid/accounts/Account;Ljava/lang/String;)Landroid/content/SyncStatusInfo;
1338 …>getSyncStatusAsUser(Landroid/accounts/Account;Ljava/lang/String;I)Landroid/content/SyncStatusInfo;
1974 Landroid/content/SyncStatusInfo;-><init>(I)V
1975 Landroid/content/SyncStatusInfo;-><init>(Landroid/os/Parcel;)V
1976 Landroid/content/SyncStatusInfo;->authorityId:I
1977 Landroid/content/SyncStatusInfo;->CREATOR:Landroid/os/Parcelable$Creator;
1978 Landroid/content/SyncStatusInfo;->ensurePeriodicSyncTimeSize(I)V
1979 Landroid/content/SyncStatusInfo;->getLastFailureMesgAsInt(I)I
1980 Landroid/content/SyncStatusInfo;->getPeriodicSyncTime(I)J
1981 Landroid/content/SyncStatusInfo;->initialFailureTime:J
[all …]
Dboot-image-profile.txt1646 HPLandroid/content/SyncStatusInfo$Stats;->clear()V
1647 HPLandroid/content/SyncStatusInfo$Stats;->copyTo(Landroid/content/SyncStatusInfo$Stats;)V
1648 HPLandroid/content/SyncStatusInfo;-><init>(I)V
1649 HPLandroid/content/SyncStatusInfo;->addEvent(Ljava/lang/String;)V
1650 HPLandroid/content/SyncStatusInfo;->areSameDates(JJ)Z
1651 HPLandroid/content/SyncStatusInfo;->maybeResetTodayStats(ZZ)V
1652 HPLandroid/content/SyncStatusInfo;->setLastFailure(IJLjava/lang/String;)V
1653 HPLandroid/content/SyncStatusInfo;->setLastSuccess(IJ)V
17386 …accounts/Account;Ljava/lang/String;Landroid/content/ComponentName;)Landroid/content/SyncStatusInfo;
17387 …ccounts/Account;Ljava/lang/String;Landroid/content/ComponentName;I)Landroid/content/SyncStatusInfo;
[all …]