Home
last modified time | relevance | path

Searched refs:AuthenticatorDescription (Results 1 – 20 of 20) sorted by relevance

/aosp14/frameworks/base/core/java/android/accounts/
H A DAuthenticatorDescription.java28 public class AuthenticatorDescription implements Parcelable { class
77 public static AuthenticatorDescription newKey(String type) { in newKey()
79 return new AuthenticatorDescription(type); in newKey()
83 private AuthenticatorDescription(String type) { in AuthenticatorDescription() method in AuthenticatorDescription
94 private AuthenticatorDescription(Parcel source) { in AuthenticatorDescription() method in AuthenticatorDescription
117 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 …]
H A DChooseAccountActivity.java54 private HashMap<String, AuthenticatorDescription> mTypeToAuthDescription
55 = new HashMap<String, AuthenticatorDescription>();
114 for(AuthenticatorDescription desc : AccountManager.get(this).getAuthenticatorTypes()) { in getAuthDescriptions()
123 AuthenticatorDescription desc = mTypeToAuthDescription.get(accountType); in getDrawableForType()
H A DChooseAccountTypeActivity.java131 for(AuthenticatorDescription desc : AccountManager.get(this).getAuthenticatorTypes()) { in buildTypeToAuthDescriptionMap()
158 final AuthenticatorDescription desc;
162 AuthInfo(AuthenticatorDescription desc, String name, Drawable drawable) { in AuthInfo()
H A DAuthenticatorDescription.aidl19 parcelable AuthenticatorDescription;
H A DGrantCredentialsPermissionActivity.java151 final AuthenticatorDescription[] authenticatorTypes = in getAccountLabel()
154 final AuthenticatorDescription desc = authenticatorTypes[i]; in getAccountLabel()
H A DIAccountManager.aidl21 import android.accounts.AuthenticatorDescription;
36 AuthenticatorDescription[] getAuthenticatorTypes(int userId); in getAuthenticatorTypes()
H A DChooseTypeAndAccountActivity.java555 AuthenticatorDescription[] descs = AccountManager.get(this).getAuthenticatorTypes(); in getReleventAccountTypes()
557 for (AuthenticatorDescription desc : descs) { in getReleventAccountTypes()
H A DAccountManager.java636 public AuthenticatorDescription[] getAuthenticatorTypes() { in getAuthenticatorTypes()
653 public AuthenticatorDescription[] getAuthenticatorTypesAsUser(int userId) { in getAuthenticatorTypesAsUser()
/aosp14/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountAuthenticatorCache.java20 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()
H A DIAccountAuthenticatorCache.java19 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()
H A DAccountManagerService.java27 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> serviceInfo
5768 for (RegisteredServicesCache.ServiceInfo<AuthenticatorDescription> serviceInfo
[all …]
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accounts/
H A DAuthenticatorHelper.java21 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()
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt91 …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;)V
109 …s/IAccountManager$Stub$Proxy;->getAuthenticatorTypes(I)[Landroid/accounts/AuthenticatorDescription;
22851 Landroid/accounts/AuthenticatorDescription$1;
22852 Landroid/accounts/AuthenticatorDescription;
[all …]
H A Dpreloaded-classes71 android.accounts.AuthenticatorDescription$1
72 android.accounts.AuthenticatorDescription
13655 [Landroid.accounts.AuthenticatorDescription;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes71 android.accounts.AuthenticatorDescription$1
72 android.accounts.AuthenticatorDescription
16647 [Landroid.accounts.AuthenticatorDescription;
H A Dboot-image-profile.txt91 …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;)V
109 …s/IAccountManager$Stub$Proxy;->getAuthenticatorTypes(I)[Landroid/accounts/AuthenticatorDescription;
32954 Landroid/accounts/AuthenticatorDescription$1;
32955 Landroid/accounts/AuthenticatorDescription;
[all …]
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt3711 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;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt376 …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;
/aosp14/frameworks/base/services/
H A Dart-profile580 …erService;->getAuthenticatorTypesInternal(II)[Landroid/accounts/AuthenticatorDescription;+]Lcom/an…