Searched refs:AuthenticatorDescription (Results 1 – 20 of 20) sorted by relevance
28 public class AuthenticatorDescription implements Parcelable { class77 public static AuthenticatorDescription newKey(String type) { in newKey()79 return new AuthenticatorDescription(type); in newKey()83 private AuthenticatorDescription(String type) { in AuthenticatorDescription() method in AuthenticatorDescription94 private AuthenticatorDescription(Parcel source) { in AuthenticatorDescription() method in AuthenticatorDescription117 if (!(o instanceof AuthenticatorDescription)) return false; in equals()118 final AuthenticatorDescription other = (AuthenticatorDescription) o; in equals()139 new Creator<AuthenticatorDescription>() {142 return new AuthenticatorDescription(source);146 public AuthenticatorDescription[] newArray(int size) {[all …]
54 private HashMap<String, AuthenticatorDescription> mTypeToAuthDescription55 = new HashMap<String, AuthenticatorDescription>();114 for(AuthenticatorDescription desc : AccountManager.get(this).getAuthenticatorTypes()) { in getAuthDescriptions()123 AuthenticatorDescription desc = mTypeToAuthDescription.get(accountType); in getDrawableForType()
131 for(AuthenticatorDescription desc : AccountManager.get(this).getAuthenticatorTypes()) { in buildTypeToAuthDescriptionMap()158 final AuthenticatorDescription desc;162 AuthInfo(AuthenticatorDescription desc, String name, Drawable drawable) { in AuthInfo()
19 parcelable AuthenticatorDescription;
151 final AuthenticatorDescription[] authenticatorTypes = in getAccountLabel()154 final AuthenticatorDescription desc = authenticatorTypes[i]; in getAccountLabel()
21 import android.accounts.AuthenticatorDescription;36 AuthenticatorDescription[] getAuthenticatorTypes(int userId); in getAuthenticatorTypes()
555 AuthenticatorDescription[] descs = AccountManager.get(this).getAuthenticatorTypes(); in getReleventAccountTypes()557 for (AuthenticatorDescription desc : descs) { in getReleventAccountTypes()
636 public AuthenticatorDescription[] getAuthenticatorTypes() { in getAuthenticatorTypes()653 public AuthenticatorDescription[] getAuthenticatorTypesAsUser(int userId) { in getAuthenticatorTypesAsUser()
20 import android.accounts.AuthenticatorDescription;46 extends RegisteredServicesCache<AuthenticatorDescription>58 public AuthenticatorDescription parseServiceAttributes(Resources res, in parseServiceAttributes()78 return new AuthenticatorDescription(accountType, packageName, labelId, iconId, in parseServiceAttributes()85 private static class MySerializer implements XmlSerializerAndParser<AuthenticatorDescription> {87 public void writeAsXml(AuthenticatorDescription item, TypedXmlSerializer out) in writeAsXml()93 public AuthenticatorDescription createFromXml(TypedXmlPullParser parser) in createFromXml()95 return AuthenticatorDescription.newKey(parser.getAttributeValue(null, "type")); in createFromXml()
19 import android.accounts.AuthenticatorDescription;42 RegisteredServicesCache.ServiceInfo<AuthenticatorDescription> getServiceInfo( in getServiceInfo()43 AuthenticatorDescription type, int userId); in getServiceInfo()48 Collection<RegisteredServicesCache.ServiceInfo<AuthenticatorDescription>> getAllServices( in getAllServices()63 void setListener(RegisteredServicesCacheListener<AuthenticatorDescription> listener, in setListener()
27 import android.accounts.AuthenticatorDescription;156 implements RegisteredServicesCacheListener<AuthenticatorDescription> {1646 public AuthenticatorDescription[] getAuthenticatorTypes(int userId) { in getAuthenticatorTypes()1677 Collection<AccountAuthenticatorCache.ServiceInfo<AuthenticatorDescription>> in getAuthenticatorTypesInternal()1679 final List<AuthenticatorDescription> types = in getAuthenticatorTypesInternal()1681 for (AccountAuthenticatorCache.ServiceInfo<AuthenticatorDescription> authenticator in getAuthenticatorTypesInternal()1687 return types.toArray(new AuthenticatorDescription[types.size()]); in getAuthenticatorTypesInternal()2993 AuthenticatorDescription.newKey(account.type), accounts.userId); in getAuthToken()5738 for (RegisteredServicesCache.ServiceInfo<AuthenticatorDescription> serviceInfo5768 for (RegisteredServicesCache.ServiceInfo<AuthenticatorDescription> serviceInfo[all …]
21 import android.accounts.AuthenticatorDescription;53 private final Map<String, AuthenticatorDescription> mTypeToAuthDescription = new HashMap<>();106 AuthenticatorDescription desc = mTypeToAuthDescription.get(accountType); in getDrawableForType()133 AuthenticatorDescription desc = mTypeToAuthDescription.get(accountType); in getLabelForType()153 AuthenticatorDescription desc = mTypeToAuthDescription.get(accountType); in getPackageForType()167 AuthenticatorDescription desc = mTypeToAuthDescription.get(accountType); in getLabelIdForType()178 AuthenticatorDescription[] authDescs = AccountManager.get(context) in updateAuthDescriptions()189 public AuthenticatorDescription getAccountTypeDescription(String accountType) { in getAccountTypeDescription()195 AuthenticatorDescription desc = getAccountTypeDescription(accountType); in hasAccountPreferences()
91 …droid/accounts/AccountManager;->getAuthenticatorTypes()[Landroid/accounts/AuthenticatorDescription;92 …ccounts/AccountManager;->getAuthenticatorTypesAsUser(I)[Landroid/accounts/AuthenticatorDescription;98 HSPLandroid/accounts/AuthenticatorDescription$1;->createFromParcel(Landroid/os/Parcel;)Landroid/acc…99 HSPLandroid/accounts/AuthenticatorDescription$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/O…100 HSPLandroid/accounts/AuthenticatorDescription$1;->newArray(I)[Landroid/accounts/AuthenticatorDescri…101 HSPLandroid/accounts/AuthenticatorDescription$1;->newArray(I)[Ljava/lang/Object;102 HSPLandroid/accounts/AuthenticatorDescription;-><init>(Landroid/os/Parcel;)V109 …s/IAccountManager$Stub$Proxy;->getAuthenticatorTypes(I)[Landroid/accounts/AuthenticatorDescription;22851 Landroid/accounts/AuthenticatorDescription$1;22852 Landroid/accounts/AuthenticatorDescription;[all …]
71 android.accounts.AuthenticatorDescription$172 android.accounts.AuthenticatorDescription13655 [Landroid.accounts.AuthenticatorDescription;
71 android.accounts.AuthenticatorDescription$172 android.accounts.AuthenticatorDescription16647 [Landroid.accounts.AuthenticatorDescription;
91 …droid/accounts/AccountManager;->getAuthenticatorTypes()[Landroid/accounts/AuthenticatorDescription;92 …ccounts/AccountManager;->getAuthenticatorTypesAsUser(I)[Landroid/accounts/AuthenticatorDescription;98 HSPLandroid/accounts/AuthenticatorDescription$1;->createFromParcel(Landroid/os/Parcel;)Landroid/acc…99 HSPLandroid/accounts/AuthenticatorDescription$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/O…100 HSPLandroid/accounts/AuthenticatorDescription$1;->newArray(I)[Landroid/accounts/AuthenticatorDescri…101 HSPLandroid/accounts/AuthenticatorDescription$1;->newArray(I)[Ljava/lang/Object;102 HSPLandroid/accounts/AuthenticatorDescription;-><init>(Landroid/os/Parcel;)V109 …s/IAccountManager$Stub$Proxy;->getAuthenticatorTypes(I)[Landroid/accounts/AuthenticatorDescription;32954 Landroid/accounts/AuthenticatorDescription$1;32955 Landroid/accounts/AuthenticatorDescription;[all …]
3711 method public android.accounts.AuthenticatorDescription[] getAuthenticatorTypes();3797 public class AuthenticatorDescription implements android.os.Parcelable {3798 ctor public AuthenticatorDescription(String, String, int, int, int, int, boolean);3799 ctor public AuthenticatorDescription(String, String, int, int, int, int);3801 method public static android.accounts.AuthenticatorDescription newKey(String);3803 …blic static final android.os.Parcelable.Creator<android.accounts.AuthenticatorDescription> CREATOR;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
376 …ccounts/AccountManager;->getAuthenticatorTypesAsUser(I)[Landroid/accounts/AuthenticatorDescription;435 …s/ChooseAccountTypeActivity$AuthInfo;-><init>(Landroid/accounts/AuthenticatorDescription;Ljava/lan…436 …roid/accounts/ChooseAccountTypeActivity$AuthInfo;->desc:Landroid/accounts/AuthenticatorDescription;573 …s/IAccountManager$Stub$Proxy;->getAuthenticatorTypes(I)[Landroid/accounts/AuthenticatorDescription;678 …oid/accounts/IAccountManager;->getAuthenticatorTypes(I)[Landroid/accounts/AuthenticatorDescription;
580 …erService;->getAuthenticatorTypesInternal(II)[Landroid/accounts/AuthenticatorDescription;+]Lcom/an…