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

/frameworks/base/core/java/android/accounts/
H A DAuthenticatorDescription.java30 final public int labelId; field in class:AuthenticatorDescription
51 public AuthenticatorDescription(String type, String packageName, int labelId, int iconId, argument
57 this.labelId = labelId;
64 public AuthenticatorDescription(String type, String packageName, int labelId, int iconId, argument
66 this(type, packageName, labelId, iconId, smallIconId, prefId, false);
82 this.labelId = 0;
92 this.labelId = source.readInt();
125 dest.writeInt(labelId);
/frameworks/base/core/java/com/android/internal/widget/
H A DPasswordEntryKeyboard.java116 * @param labelId string shown on enter key
118 void setEnterKeyResources(Resources res, int previewId, int iconId, int labelId) { argument
127 mEnterKey.label = res.getText(labelId);
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DPlaybackView.java140 private String statString(int labelId, int value) { argument
142 getResources().getString(labelId), value);

Completed in 52 milliseconds