Searched refs:SyncInfo (Results 1 – 15 of 15) sorted by relevance
28 public class SyncInfo implements Parcelable { class63 public static SyncInfo createAccountRedacted( in createAccountRedacted()65 return new SyncInfo(authorityId, REDACTED_ACCOUNT, authority, startTime); in createAccountRedacted()70 public SyncInfo(int authorityId, Account account, String authority, long startTime) { in SyncInfo() method in SyncInfo78 public SyncInfo(SyncInfo other) { in SyncInfo() method in SyncInfo100 SyncInfo(Parcel parcel) { in SyncInfo() method in SyncInfo109 …public static final @android.annotation.NonNull Creator<SyncInfo> CREATOR = new Creator<SyncInfo>(…110 public SyncInfo createFromParcel(Parcel in) {111 return new SyncInfo(in);114 public SyncInfo[] newArray(int size) {[all …]
21 import android.content.SyncInfo;141 List<SyncInfo> getCurrentSyncs(); in getCurrentSyncs()142 List<SyncInfo> getCurrentSyncsAsUser(int userId); in getCurrentSyncsAsUser()
19 parcelable SyncInfo;
3532 public static SyncInfo getCurrentSync() {3534 final List<SyncInfo> syncs = getContentService().getCurrentSyncs();3553 public static List<SyncInfo> getCurrentSyncs() {3565 public static List<SyncInfo> getCurrentSyncsAsUser(@UserIdInt int userId) {
32 import android.content.SyncInfo;442 private final SparseArray<ArrayList<SyncInfo>> mCurrentSyncs443 = new SparseArray<ArrayList<SyncInfo>>();1021 for (SyncInfo syncInfo : getCurrentSyncs(info.userId)) { in isSyncActive()1111 public SyncInfo addActiveSync(SyncManager.ActiveSyncContext activeSyncContext) { in addActiveSync()1112 final SyncInfo syncInfo; in addActiveSync()1125 syncInfo = new SyncInfo( in addActiveSync()1139 public void removeActiveSync(SyncInfo syncInfo, int userId) { in removeActiveSync()1344 private List<SyncInfo> getCurrentSyncs(int userId) { in getCurrentSyncs()1355 public List<SyncInfo> getCurrentSyncsCopy(int userId, boolean canAccessAccounts) { in getCurrentSyncsCopy()[all …]
42 import android.content.SyncInfo;1105 public List<SyncInfo> getCurrentSyncs() { in getCurrentSyncs()1114 public List<SyncInfo> getCurrentSyncsAsUser(int userId) { in getCurrentSyncsAsUser()
54 import android.content.SyncInfo;1868 SyncInfo mSyncInfo;
1339 android.content.SyncInfo$11340 android.content.SyncInfo
24191 Landroid/content/SyncInfo$1;24192 Landroid/content/SyncInfo;
1338 android.content.SyncInfo$11339 android.content.SyncInfo
33828 Landroid/content/SyncInfo$1;33829 Landroid/content/SyncInfo;
10305 method @Deprecated public static android.content.SyncInfo getCurrentSync();10306 method public static java.util.List<android.content.SyncInfo> getCurrentSyncs();11721 public class SyncInfo implements android.os.Parcelable {
7008 method public static deprecated android.content.SyncInfo getCurrentSync();7009 method public static java.util.List<android.content.SyncInfo> getCurrentSyncs();8180 public class SyncInfo implements android.os.Parcelable {
16975 Landroid/content/SyncInfo;-><init>(Landroid/content/SyncInfo;)V16976 Landroid/content/SyncInfo;->createAccountRedacted(ILjava/lang/String;J)Landroid/content/SyncInfo;16977 Landroid/content/SyncInfo;->REDACTED_ACCOUNT:Landroid/accounts/Account;
15874 …/android/server/content/SyncManager$ActiveSyncContext;)Landroid/content/SyncInfo;+]Lcom/android/se…15919 HPLcom/android/server/content/SyncStorageEngine;->removeActiveSync(Landroid/content/SyncInfo;I)V+]L…