Searched refs:SyncInfo (Results 1 – 11 of 11) sorted by relevance
26 public class SyncInfo implements Parcelable { class48 public SyncInfo(int authorityId, Account account, String authority, long startTime) { in SyncInfo() method in SyncInfo56 public SyncInfo(SyncInfo other) { in SyncInfo() method in SyncInfo77 SyncInfo(Parcel parcel) { in SyncInfo() method in SyncInfo85 public static final Creator<SyncInfo> CREATOR = new Creator<SyncInfo>() {86 public SyncInfo createFromParcel(Parcel in) {87 return new SyncInfo(in);90 public SyncInfo[] newArray(int size) {91 return new SyncInfo[size];
21 import android.content.SyncInfo;136 List<SyncInfo> getCurrentSyncs(); in getCurrentSyncs()137 List<SyncInfo> getCurrentSyncsAsUser(int userId); in getCurrentSyncsAsUser()
19 parcelable SyncInfo;
2282 public static SyncInfo getCurrentSync() { in getCurrentSync()2284 final List<SyncInfo> syncs = getContentService().getCurrentSyncs(); in getCurrentSync()2303 public static List<SyncInfo> getCurrentSyncs() { in getCurrentSyncs()2315 public static List<SyncInfo> getCurrentSyncsAsUser(int userId) { in getCurrentSyncsAsUser()
27 import android.content.SyncInfo;441 private final SparseArray<ArrayList<SyncInfo>> mCurrentSyncs442 = new SparseArray<ArrayList<SyncInfo>>();1091 for (SyncInfo syncInfo : getCurrentSyncs(info.userId)) { in isSyncActive()1258 public SyncInfo addActiveSync(SyncManager.ActiveSyncContext activeSyncContext) { in addActiveSync()1259 final SyncInfo syncInfo; in addActiveSync()1272 syncInfo = new SyncInfo( in addActiveSync()1286 public void removeActiveSync(SyncInfo syncInfo, int userId) { in removeActiveSync()1454 private List<SyncInfo> getCurrentSyncs(int userId) { in getCurrentSyncs()1464 public List<SyncInfo> getCurrentSyncsCopy(int userId) { in getCurrentSyncsCopy()[all …]
30 import android.content.SyncInfo;804 public List<SyncInfo> getCurrentSyncs() { in getCurrentSyncs()812 public List<SyncInfo> getCurrentSyncsAsUser(int userId) { in getCurrentSyncsAsUser()
44 import android.content.SyncInfo;1313 SyncInfo mSyncInfo;
603 frameworks/base/core/java/android/content/SyncInfo.aidl \
1639 http://developer.android.com/reference/android/content/SyncInfo.html5784 http://developer.android.com/sdk/api_diff/11/changes/android.content.SyncInfo.html
7502 method public static deprecated android.content.SyncInfo getCurrentSync();7503 method public static java.util.List<android.content.SyncInfo> getCurrentSyncs();8701 public class SyncInfo implements android.os.Parcelable {
7742 method public static deprecated android.content.SyncInfo getCurrentSync();7743 method public static java.util.List<android.content.SyncInfo> getCurrentSyncs();8958 public class SyncInfo implements android.os.Parcelable {