Home
last modified time | relevance | path

Searched refs:SyncAdapterType (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/core/java/android/content/
DSyncAdapterType.java30 public class SyncAdapterType implements Parcelable { class
46 public SyncAdapterType(String authority, String accountType, boolean userVisible, in SyncAdapterType() method in SyncAdapterType
66 public SyncAdapterType(String authority, String accountType, boolean userVisible, in SyncAdapterType() method in SyncAdapterType
90 private SyncAdapterType(String authority, String accountType) { in SyncAdapterType() method in SyncAdapterType
175 public static SyncAdapterType newKey(String authority, String accountType) { in newKey()
176 return new SyncAdapterType(authority, accountType); in newKey()
181 if (!(o instanceof SyncAdapterType)) return false; in equals()
182 final SyncAdapterType other = (SyncAdapterType)o; in equals()
232 public SyncAdapterType(Parcel source) { in SyncAdapterType() method in SyncAdapterType
244 …static final @android.annotation.NonNull Creator<SyncAdapterType> CREATOR = new Creator<SyncAdapte…
[all …]
DSyncAdaptersCache.java43 public class SyncAdaptersCache extends RegisteredServicesCache<SyncAdapterType> {
60 public SyncAdapterType parseServiceAttributes(Resources res, in parseServiceAttributes()
86 return new SyncAdapterType(authority, accountType, userVisible, supportsUploading, in parseServiceAttributes()
118 final Collection<RegisteredServicesCache.ServiceInfo<SyncAdapterType>> serviceInfos; in getSyncAdapterPackagesForAuthority()
121 for (RegisteredServicesCache.ServiceInfo<SyncAdapterType> serviceInfo : serviceInfos) { in getSyncAdapterPackagesForAuthority()
144 static class MySerializer implements XmlSerializerAndParser<SyncAdapterType> {
145 public void writeAsXml(SyncAdapterType item, XmlSerializer out) throws IOException { in writeAsXml()
150 public SyncAdapterType createFromXml(XmlPullParser parser) in createFromXml()
154 return SyncAdapterType.newKey(authority, accountType); in createFromXml()
DIContentService.aidl23 import android.content.SyncAdapterType;
149 SyncAdapterType[] getSyncAdapterTypes(); in getSyncAdapterTypes()
150 SyncAdapterType[] getSyncAdapterTypesAsUser(int userId); in getSyncAdapterTypesAsUser()
DSyncAdapterType.aidl19 parcelable SyncAdapterType;
DContentResolver.java2693 public static SyncAdapterType[] getSyncAdapterTypes() {
2705 public static SyncAdapterType[] getSyncAdapterTypesAsUser(@UserIdInt int userId) {
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accounts/
DAuthenticatorHelper.java27 import android.content.SyncAdapterType;
253 SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypesAsUser( in buildAccountTypeToAuthoritiesMap()
256 final SyncAdapterType sa = syncAdapters[i]; in buildAccountTypeToAuthoritiesMap()
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java49 import android.content.SyncAdapterType;
617 mSyncAdapters.setListener(new RegisteredServicesCacheListener<SyncAdapterType>() { in SyncManager()
619 public void onServiceChanged(SyncAdapterType type, int userId, boolean removed) { in SyncManager()
781 for (RegisteredServicesCache.ServiceInfo<SyncAdapterType> service in whiteListExistingSyncAdaptersIfNeeded()
825 RegisteredServicesCache.ServiceInfo<SyncAdapterType> syncAdapterInfo = in getIsSyncable()
827 SyncAdapterType.newKey(providerName, account.type), userId); in getIsSyncable()
987 for (RegisteredServicesCache.ServiceInfo<SyncAdapterType> syncAdapter : in scheduleSync()
1009 final RegisteredServicesCache.ServiceInfo<SyncAdapterType> syncAdapterInfo = in scheduleSync()
1010 mSyncAdapters.getServiceInfo(SyncAdapterType.newKey(authority, in scheduleSync()
1128 final SyncAdapterType type = SyncAdapterType.newKey(authority, account.type); in computeSyncable()
[all …]
DContentService.java38 import android.content.SyncAdapterType;
707 public SyncAdapterType[] getSyncAdapterTypes() { in getSyncAdapterTypes()
720 public SyncAdapterType[] getSyncAdapterTypesAsUser(int userId) { in getSyncAdapterTypesAsUser()
/frameworks/base/core/java/com/android/server/backup/
DAccountSyncSettingsBackupHelper.java26 import android.content.SyncAdapterType;
132 SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypesAsUser(userId); in serializeAccountSyncSettingsToJSON()
138 for (SyncAdapterType syncAdapter : syncAdapters) { in serializeAccountSyncSettingsToJSON()
/frameworks/base/config/
Dboot-image-profile.txt3484 HSPLandroid/content/ContentResolver;->getSyncAdapterTypesAsUser(I)[Landroid/content/SyncAdapterType;
3868 HSPLandroid/content/SyncAdapterType$1;-><init>()V
3869 HSPLandroid/content/SyncAdapterType$1;->createFromParcel(Landroid/os/Parcel;)Landroid/content/SyncA…
3870 HSPLandroid/content/SyncAdapterType$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;
3871 HSPLandroid/content/SyncAdapterType$1;->newArray(I)[Landroid/content/SyncAdapterType;
3872 HSPLandroid/content/SyncAdapterType$1;->newArray(I)[Ljava/lang/Object;
3873 HSPLandroid/content/SyncAdapterType;-><init>(Landroid/os/Parcel;)V
3874 HSPLandroid/content/SyncAdapterType;-><init>(Ljava/lang/String;Ljava/lang/String;)V
3875 HSPLandroid/content/SyncAdapterType;-><init>(Ljava/lang/String;Ljava/lang/String;ZZZZLjava/lang/Str…
3876 HPLandroid/content/SyncAdapterType;->allowParallelSyncs()Z
[all …]
Dpreloaded-classes857 android.content.SyncAdapterType$1
858 android.content.SyncAdapterType
Dhiddenapi-greylist-max-o.txt13074 Landroid/content/ContentResolver;->getSyncAdapterTypesAsUser(I)[Landroid/content/SyncAdapterType;
13313 …ndroid/content/IContentService$Stub$Proxy;->getSyncAdapterTypes()[Landroid/content/SyncAdapterType;
13314 …content/IContentService$Stub$Proxy;->getSyncAdapterTypesAsUser(I)[Landroid/content/SyncAdapterType;
13388 Landroid/content/IContentService;->getSyncAdapterTypesAsUser(I)[Landroid/content/SyncAdapterType;
16965 …Cache$MySerializer;->createFromXml(Lorg/xmlpull/v1/XmlPullParser;)Landroid/content/SyncAdapterType;
16966 Landroid/content/SyncAdaptersCache$MySerializer;->writeAsXml(Landroid/content/SyncAdapterType;Lorg/…
16972 …ntent/res/Resources;Ljava/lang/String;Landroid/util/AttributeSet;)Landroid/content/SyncAdapterType;
16977 Landroid/content/SyncAdapterType;-><init>(Ljava/lang/String;Ljava/lang/String;ZZZZLjava/lang/String…
16978 Landroid/content/SyncAdapterType;->getPackageName()Ljava/lang/String;
16979 Landroid/content/SyncAdapterType;->packageName:Ljava/lang/String;
/frameworks/base/services/
Dart-profile5767 …com/android/server/content/ContentService;->getSyncAdapterTypes()[Landroid/content/SyncAdapterType;
5768 …roid/server/content/ContentService;->getSyncAdapterTypesAsUser(I)[Landroid/content/SyncAdapterType;
5812 HSPLcom/android/server/content/SyncManager$11;->onServiceChanged(Landroid/content/SyncAdapterType;I…
5913 PLcom/android/server/content/SyncManager;->getSyncAdapterTypes(I)[Landroid/content/SyncAdapterType;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7016 method public static android.content.SyncAdapterType[] getSyncAdapterTypes();
8158 public class SyncAdapterType implements android.os.Parcelable {
8159 ctor public SyncAdapterType(java.lang.String, java.lang.String, boolean, boolean);
8160 ctor public SyncAdapterType(android.os.Parcel);
8166 method public static android.content.SyncAdapterType newKey(java.lang.String, java.lang.String);
8169 … field public static final android.os.Parcelable.Creator<android.content.SyncAdapterType> CREATOR;
/frameworks/base/non-updatable-api/
Dcurrent.txt9541 method public static android.content.SyncAdapterType[] getSyncAdapterTypes();
10858 public class SyncAdapterType implements android.os.Parcelable {
10859 ctor public SyncAdapterType(String, String, boolean, boolean);
10860 ctor public SyncAdapterType(android.os.Parcel);
10866 method public static android.content.SyncAdapterType newKey(String, String);
10869 …NonNull public static final android.os.Parcelable.Creator<android.content.SyncAdapterType> CREATOR;
/frameworks/base/api/
Dcurrent.txt9541 method public static android.content.SyncAdapterType[] getSyncAdapterTypes();
10858 public class SyncAdapterType implements android.os.Parcelable {
10859 ctor public SyncAdapterType(String, String, boolean, boolean);
10860 ctor public SyncAdapterType(android.os.Parcel);
10866 method public static android.content.SyncAdapterType newKey(String, String);
10869 …NonNull public static final android.os.Parcelable.Creator<android.content.SyncAdapterType> CREATOR;