Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DSyncAdapterType.java28 public class SyncAdapterType implements Parcelable { class
39 public SyncAdapterType(String authority, String accountType, boolean userVisible, in SyncAdapterType() method in SyncAdapterType
59 public SyncAdapterType(String authority, String accountType, boolean userVisible, in SyncAdapterType() method in SyncAdapterType
82 private SyncAdapterType(String authority, String accountType) { in SyncAdapterType() method in SyncAdapterType
167 public static SyncAdapterType newKey(String authority, String accountType) { in newKey()
168 return new SyncAdapterType(authority, accountType); in newKey()
173 if (!(o instanceof SyncAdapterType)) return false; in equals()
174 final SyncAdapterType other = (SyncAdapterType)o; in equals()
224 public SyncAdapterType(Parcel source) { in SyncAdapterType() method in SyncAdapterType
236 public static final Creator<SyncAdapterType> CREATOR = new Creator<SyncAdapterType>() {
[all …]
DSyncAdaptersCache.java42 public class SyncAdaptersCache extends RegisteredServicesCache<SyncAdapterType> {
58 public SyncAdapterType parseServiceAttributes(Resources res, in parseServiceAttributes()
84 return new SyncAdapterType(authority, accountType, userVisible, supportsUploading, in parseServiceAttributes()
116 final Collection<RegisteredServicesCache.ServiceInfo<SyncAdapterType>> serviceInfos; in getSyncAdapterPackagesForAuthority()
119 for (RegisteredServicesCache.ServiceInfo<SyncAdapterType> serviceInfo : serviceInfos) { in getSyncAdapterPackagesForAuthority()
142 static class MySerializer implements XmlSerializerAndParser<SyncAdapterType> {
143 public void writeAsXml(SyncAdapterType item, XmlSerializer out) throws IOException { in writeAsXml()
148 public SyncAdapterType createFromXml(XmlPullParser parser) in createFromXml()
152 return SyncAdapterType.newKey(authority, accountType); in createFromXml()
DIContentService.aidl23 import android.content.SyncAdapterType;
143 SyncAdapterType[] getSyncAdapterTypes(); in getSyncAdapterTypes()
144 SyncAdapterType[] getSyncAdapterTypesAsUser(int userId); in getSyncAdapterTypesAsUser()
DSyncAdapterType.aidl19 parcelable SyncAdapterType;
DContentResolver.java2387 public static SyncAdapterType[] getSyncAdapterTypes() { in getSyncAdapterTypes()
2399 public static SyncAdapterType[] getSyncAdapterTypesAsUser(@UserIdInt int userId) { in getSyncAdapterTypesAsUser()
/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.java46 import android.content.SyncAdapterType;
626 mSyncAdapters.setListener(new RegisteredServicesCacheListener<SyncAdapterType>() { in SyncManager()
628 public void onServiceChanged(SyncAdapterType type, int userId, boolean removed) { in SyncManager()
801 for (RegisteredServicesCache.ServiceInfo<SyncAdapterType> service in whiteListExistingSyncAdaptersIfNeeded()
845 RegisteredServicesCache.ServiceInfo<SyncAdapterType> syncAdapterInfo = in getIsSyncable()
847 SyncAdapterType.newKey(providerName, account.type), userId); in getIsSyncable()
1002 for (RegisteredServicesCache.ServiceInfo<SyncAdapterType> syncAdapter : in scheduleSync()
1024 final RegisteredServicesCache.ServiceInfo<SyncAdapterType> syncAdapterInfo = in scheduleSync()
1025 mSyncAdapters.getServiceInfo(SyncAdapterType.newKey(authority, in scheduleSync()
1159 final SyncAdapterType type = SyncAdapterType.newKey(authority, account.type); in computeSyncable()
[all …]
DContentService.java36 import android.content.SyncAdapterType;
697 public SyncAdapterType[] getSyncAdapterTypes() { in getSyncAdapterTypes()
710 public SyncAdapterType[] getSyncAdapterTypesAsUser(int userId) { in getSyncAdapterTypesAsUser()
/frameworks/base/core/java/com/android/server/backup/
DAccountSyncSettingsBackupHelper.java26 import android.content.SyncAdapterType;
128 SyncAdapterType[] syncAdapters = ContentResolver.getSyncAdapterTypesAsUser( in serializeAccountSyncSettingsToJSON()
135 for (SyncAdapterType syncAdapter : syncAdapters) { in serializeAccountSyncSettingsToJSON()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt1397 Landroid/content/IContentService;->getSyncAdapterTypes()[Landroid/content/SyncAdapterType;
1957 Landroid/content/SyncAdapterType;-><init>(Ljava/lang/String;Ljava/lang/String;)V
1958 Landroid/content/SyncAdapterType;->allowParallelSyncs:Z
1959 Landroid/content/SyncAdapterType;->isAlwaysSyncable:Z
1960 Landroid/content/SyncAdapterType;->settingsActivity:Ljava/lang/String;
1961 Landroid/content/SyncAdapterType;->supportsUploading:Z
1962 Landroid/content/SyncAdapterType;->userVisible:Z
Dpreloaded-classes763 android.content.SyncAdapterType
764 android.content.SyncAdapterType$1
Dboot-image-profile.txt1524 HPLandroid/content/ContentResolver;->getSyncAdapterTypes()[Landroid/content/SyncAdapterType;
1545 …ndroid/content/IContentService$Stub$Proxy;->getSyncAdapterTypes()[Landroid/content/SyncAdapterType;
1618 HPLandroid/content/SyncAdapterType;->allowParallelSyncs()Z
1619 HPLandroid/content/SyncAdapterType;->isAlwaysSyncable()Z
1620 HPLandroid/content/SyncAdapterType;->isUserVisible()Z
1621 HPLandroid/content/SyncAdapterType;->newKey(Ljava/lang/String;Ljava/lang/String;)Landroid/content/S…
1622 HPLandroid/content/SyncAdapterType;->supportsUploading()Z
1623 HPLandroid/content/SyncAdapterType;->writeToParcel(Landroid/os/Parcel;I)V
1624 HPLandroid/content/SyncAdaptersCache$MySerializer;->writeAsXml(Landroid/content/SyncAdapterType;Lor…
17124 HSPLandroid/content/ContentResolver;->getSyncAdapterTypesAsUser(I)[Landroid/content/SyncAdapterType;
[all …]
Dhiddenapi-public-dex.txt6502 Landroid/content/ContentResolver;->getSyncAdapterTypes()[Landroid/content/SyncAdapterType;
9303 Landroid/content/SyncAdapterType;
9304 Landroid/content/SyncAdapterType;-><init>(Landroid/os/Parcel;)V
9305 Landroid/content/SyncAdapterType;-><init>(Ljava/lang/String;Ljava/lang/String;ZZ)V
9306 Landroid/content/SyncAdapterType;->accountType:Ljava/lang/String;
9307 Landroid/content/SyncAdapterType;->allowParallelSyncs()Z
9308 Landroid/content/SyncAdapterType;->authority:Ljava/lang/String;
9309 Landroid/content/SyncAdapterType;->CREATOR:Landroid/os/Parcelable$Creator;
9310 Landroid/content/SyncAdapterType;->describeContents()I
9311 Landroid/content/SyncAdapterType;->equals(Ljava/lang/Object;)Z
[all …]
/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/api/
Dcurrent.txt9225 method public static android.content.SyncAdapterType[] getSyncAdapterTypes();
10492 public class SyncAdapterType implements android.os.Parcelable {
10493 ctor public SyncAdapterType(java.lang.String, java.lang.String, boolean, boolean);
10494 ctor public SyncAdapterType(android.os.Parcel);
10500 method public static android.content.SyncAdapterType newKey(java.lang.String, java.lang.String);
10503 … field public static final android.os.Parcelable.Creator<android.content.SyncAdapterType> CREATOR;