HomeSort by relevance Sort by last modified time
    Searched refs:labelId (Results 1 - 25 of 26) 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 142 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(
  /frameworks/base/services/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/alarmclock/
DigitalWidgetViewsFactory.java 95 int labelId, int dayId) {
112 clock.setTextViewText(labelId, Utils.getCityName(cityObj, cityInDb));
125 clock.setViewVisibility(labelId, View.VISIBLE);
129 RemoteViews clock, int clockId1, int clockId2, int labelId, int dayId) {
132 clock.setViewVisibility(labelId, View.INVISIBLE);
  /packages/apps/DeskClock/src/com/android/deskclock/
CircleButtonsLinearLayout.java 43 int labelId, int labelTextId) {
48 mLabelId = labelId;
  /packages/apps/Phone/src/com/android/phone/
SpecialCharSequenceMgr.java 230 int labelId = TelephonyCapabilities.getDeviceIdLabel(phone);
234 .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);
  /frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboard.java 116 * @param labelId string shown on enter key
118 void setEnterKeyResources(Resources res, int previewId, int iconId, int labelId) {
127 mEnterKey.label = res.getText(labelId);
  /frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
PlaybackView.java 140 private String statString(int labelId, int value) {
142 getResources().getString(labelId), value);
  /packages/apps/Settings/src/com/android/settings/accounts/
AuthenticatorHelper.java 85 label = authContext.getResources().getText(desc.labelId);
ChooseAccountActivity.java 223 label = authContext.getResources().getText(desc.labelId);
  /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;
  /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 442 accountType.titleRes = auth.labelId;
    [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 

Completed in 1950 milliseconds

1 2