Home
last modified time | relevance | path

Searched refs:SyncInfo (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/android/content/
DSyncInfo.java28 public class SyncInfo implements Parcelable { class
63 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 SyncInfo
78 public SyncInfo(SyncInfo other) { in SyncInfo() method in SyncInfo
100 SyncInfo(Parcel parcel) { in SyncInfo() method in SyncInfo
109 …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 …]
DIContentService.aidl21 import android.content.SyncInfo;
141 List<SyncInfo> getCurrentSyncs(); in getCurrentSyncs()
142 List<SyncInfo> getCurrentSyncsAsUser(int userId); in getCurrentSyncsAsUser()
DSyncInfo.aidl19 parcelable SyncInfo;
DContentResolver.java3053 public static SyncInfo getCurrentSync() {
3055 final List<SyncInfo> syncs = getContentService().getCurrentSyncs();
3074 public static List<SyncInfo> getCurrentSyncs() {
3086 public static List<SyncInfo> getCurrentSyncsAsUser(@UserIdInt int userId) {
/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java32 import android.content.SyncInfo;
437 private final SparseArray<ArrayList<SyncInfo>> mCurrentSyncs
438 = new SparseArray<ArrayList<SyncInfo>>();
1002 for (SyncInfo syncInfo : getCurrentSyncs(info.userId)) { in isSyncActive()
1092 public SyncInfo addActiveSync(SyncManager.ActiveSyncContext activeSyncContext) { in addActiveSync()
1093 final SyncInfo syncInfo; in addActiveSync()
1106 syncInfo = new SyncInfo( in addActiveSync()
1120 public void removeActiveSync(SyncInfo syncInfo, int userId) { in removeActiveSync()
1325 private List<SyncInfo> getCurrentSyncs(int userId) { in getCurrentSyncs()
1336 public List<SyncInfo> getCurrentSyncsCopy(int userId, boolean canAccessAccounts) { in getCurrentSyncsCopy()
[all …]
DContentService.java39 import android.content.SyncInfo;
1029 public List<SyncInfo> getCurrentSyncs() { in getCurrentSyncs()
1038 public List<SyncInfo> getCurrentSyncsAsUser(int userId) { in getCurrentSyncsAsUser()
DSyncManager.java51 import android.content.SyncInfo;
1838 SyncInfo mSyncInfo;
/frameworks/base/services/
Dart-profile5999 …addActiveSync(Lcom/android/server/content/SyncManager$ActiveSyncContext;)Landroid/content/SyncInfo;
6030 PLcom/android/server/content/SyncStorageEngine;->removeActiveSync(Landroid/content/SyncInfo;I)V
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7008 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 {
/frameworks/base/non-updatable-api/
Dcurrent.txt9533 method @Deprecated public static android.content.SyncInfo getCurrentSync();
9534 method public static java.util.List<android.content.SyncInfo> getCurrentSyncs();
10880 public class SyncInfo implements android.os.Parcelable {
/frameworks/base/api/
Dcurrent.txt9533 method @Deprecated public static android.content.SyncInfo getCurrentSync();
9534 method public static java.util.List<android.content.SyncInfo> getCurrentSyncs();
10880 public class SyncInfo implements android.os.Parcelable {
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt16984 Landroid/content/SyncInfo;-><init>(Landroid/content/SyncInfo;)V
16985 Landroid/content/SyncInfo;->createAccountRedacted(ILjava/lang/String;J)Landroid/content/SyncInfo;
16986 Landroid/content/SyncInfo;->REDACTED_ACCOUNT:Landroid/accounts/Account;
Dboot-image-profile.txt3892 PLandroid/content/SyncInfo$1;-><init>()V