HomeSort by relevance Sort by last modified time
    Searched refs:labelId (Results 1 - 25 of 35) sorted by null

1 2

  /frameworks/base/core/java/android/accounts/
AuthenticatorDescription.java 30 final public int labelId;
51 public AuthenticatorDescription(String type, String packageName, int labelId, int iconId,
57 this.labelId = labelId;
64 public AuthenticatorDescription(String type, String packageName, int labelId, int iconId,
66 this(type, packageName, labelId, iconId, smallIconId, prefId, false);
82 this.labelId = 0;
92 this.labelId = source.readInt();
125 dest.writeInt(labelId);
ChooseAccountTypeActivity.java 133 final CharSequence sequence = authContext.getResources().getText(desc.labelId);
GrantCredentialsPermissionActivity.java 140 return createPackageContext(desc.packageName, 0).getString(desc.labelId);
  /packages/apps/LegacyCamera/src/com/android/camera/
MenuHelper.java 52 int labelId, iconId;
55 labelId = R.string.switch_to_video_label;
59 labelId = R.string.switch_to_camera_label;
63 labelId = R.string.switch_to_panorama_label;
70 MenuItem item = menu.add(labelId).setOnMenuItemClickListener(
  /packages/apps/DeskClock/src/com/android/alarmclock/
DigitalWidgetViewsFactory.java 97 int labelId, int dayId) {
114 clock.setTextViewText(labelId, Utils.getCityName(cityObj, cityInDb));
126 clock.setViewVisibility(labelId, View.VISIBLE);
130 RemoteViews clock, int clockId, int labelId, int dayId) {
132 clock.setViewVisibility(labelId, View.INVISIBLE);
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountAuthenticatorCache.java 63 final int labelId = sa.getResourceId(
76 return new AuthenticatorDescription(accountType, packageName, labelId, iconId,
  /packages/apps/DeskClock/src/com/android/deskclock/
CircleButtonsLayout.java 40 public void setCircleTimerViewIds(int circleTimerViewId, int stopButtonId, int labelId, int labelTextId) {
43 mLabelId = labelId;
  /packages/services/Telephony/src/com/android/phone/
SpecialCharSequenceMgr.java 234 int labelId = TelephonyCapabilities.getDeviceIdLabel(phone);
238 .setTitle(labelId)
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
SpriteTextRenderer.java 223 private void drawLabel(GL10 gl, int triangleVertex, int labelId) {
233 float height = mLabels.getHeight(labelId);
234 float width = mLabels.getWidth(labelId);
237 mLabels.draw(gl, tx, ty, labelId);
  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/
BaseLayoutManagerActivity.java 202 protected ConfigToggle(Context context, int labelId) {
203 mLabel = context.getResources().getString(labelId);
  /frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboard.java 115 * @param labelId string shown on enter key
117 void setEnterKeyResources(Resources res, int previewId, int iconId, int labelId) {
126 mEnterKey.label = res.getText(labelId);
  /packages/apps/Settings/src/com/android/settings/accounts/
AuthenticatorHelper.java 140 label = authContext.getResources().getText(desc.labelId);
172 return desc.labelId;
ChooseAccountActivity.java 242 label = authContext.getResources().getText(desc.labelId);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
AuthenticatorHelper.java 85 label = authContext.getResources().getText(desc.labelId);
  /external/chromium_org/chrome/browser/resources/chromeos/login/
login_common.js 202 * Sets text content for a div with |labelId|.
203 * @param {string} labelId Id of the label div.
206 Oobe.setLabelText = function(labelId, labelText) {
207 DisplayManager.setLabelText(labelId, labelText);
  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactAdder.java 317 if (description.labelId != 0) {
318 mTypeLabel = pm.getText(packageName, description.labelId, null);
320 throw new IllegalArgumentException("LabelID provided, but label not found");
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Sources.java 221 source.titleRes = auth.labelId;
  /external/chromium_org/ui/login/
display_manager.js     [all...]
  /development/apps/Development/src/com/android/development/
AccountsTester.java 175 names.add(authContext.getString(mAuthenticatorDescs[i].labelId));
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectSyncedCalendarsMultiAccountAdapter.java 309 label = authContext.getResources().getText(desc.labelId);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
AccountTypeManager.java 437 accountType.titleRes = auth.labelId;
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/
BrowseInfo.java 489 authTitle = resources.getString(authDesc.labelId);
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 

Completed in 3902 milliseconds

1 2