Searched defs:labelId (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/accounts/
H A DAuthenticatorDescription.java30 final public int labelId; field in class:AuthenticatorDescription
48 public AuthenticatorDescription(String type, String packageName, int labelId, int iconId, argument
54 this.labelId = labelId;
73 this.labelId = 0;
82 this.labelId = source.readInt();
114 dest.writeInt(labelId);
/frameworks/base/core/java/com/android/internal/widget/
H A DPasswordEntryKeyboard.java119 * @param labelId string shown on enter key
121 void setEnterKeyResources(Resources res, int previewId, int iconId, int labelId) { argument
130 mEnterKey.label = res.getText(labelId);

Completed in 90 milliseconds