Home
last modified time | relevance | path

Searched refs:labelId (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/accounts/
DAuthenticatorDescription.java32 final public int labelId; field in AuthenticatorDescription
53 public AuthenticatorDescription(String type, String packageName, int labelId, int iconId, in AuthenticatorDescription() argument
59 this.labelId = labelId; in AuthenticatorDescription()
66 public AuthenticatorDescription(String type, String packageName, int labelId, int iconId, in AuthenticatorDescription() argument
68 this(type, packageName, labelId, iconId, smallIconId, prefId, false); in AuthenticatorDescription()
85 this.labelId = 0; in AuthenticatorDescription()
96 this.labelId = source.readInt(); in AuthenticatorDescription()
129 dest.writeInt(labelId); in writeToParcel()
DGrantCredentialsPermissionActivity.java142 return createPackageContext(desc.packageName, 0).getString(desc.labelId); in getAccountLabel()
DChooseAccountTypeActivity.java133 final CharSequence sequence = authContext.getResources().getText(desc.labelId); in buildTypeToAuthDescriptionMap()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountAuthenticatorCache.java64 final int labelId = sa.getResourceId( in parseServiceAttributes() local
77 return new AuthenticatorDescription(accountType, packageName, labelId, iconId, in parseServiceAttributes()
/frameworks/base/core/java/com/android/internal/util/
DMimeIconUtils.java40 int labelId, int extLabelId) { in buildTypeInfo() argument
49 label = res.getString(labelId); in buildTypeInfo()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accounts/
DAuthenticatorHelper.java134 label = authContext.getResources().getText(desc.labelId); in getLabelForType()
166 return desc.labelId; in getLabelIdForType()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt2786 field public final int labelId;
/frameworks/base/non-updatable-api/
Dcurrent.txt3159 field public final int labelId;
/frameworks/base/api/
Dcurrent.txt3159 field public final int labelId;