Searched refs:SyncStatusInfo (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/content/ |
D | SyncStatusInfo.java | 28 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];
|
D | IContentService.aidl | 25 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()
|
D | SyncStatusInfo.aidl | 19 parcelable SyncStatusInfo;
|
D | ContentResolver.java | 2782 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/ |
D | SyncStorageEngine.java | 31 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 …]
|
D | ContentService.java | 39 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()
|
D | SyncManager.java | 50 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/ |
D | hiddenapi-light-greylist.txt | 1337 …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 …]
|
D | boot-image-profile.txt | 1646 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 …]
|