Searched refs:labelId (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/accounts/ |
D | AuthenticatorDescription.java | 32 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()
|
D | GrantCredentialsPermissionActivity.java | 142 return createPackageContext(desc.packageName, 0).getString(desc.labelId); in getAccountLabel()
|
D | ChooseAccountTypeActivity.java | 133 final CharSequence sequence = authContext.getResources().getText(desc.labelId); in buildTypeToAuthDescriptionMap()
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountAuthenticatorCache.java | 64 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/ |
D | MimeIconUtils.java | 40 int labelId, int extLabelId) { in buildTypeInfo() argument 49 label = res.getString(labelId); in buildTypeInfo()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accounts/ |
D | AuthenticatorHelper.java | 134 label = authContext.getResources().getText(desc.labelId); in getLabelForType() 166 return desc.labelId; in getLabelIdForType()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |