Searched refs:string (Results 26 - 50 of 785) sorted by relevance

1234567891011>>

/packages/apps/Settings/src/com/android/settings/wifi/
H A DAccessPoint.java47 /** These values are matched in string arrays -- changes must be kept in sync */
101 return concise ? context.getString(R.string.wifi_security_short_eap) :
102 context.getString(R.string.wifi_security_eap);
106 return concise ? context.getString(R.string.wifi_security_short_wpa) :
107 context.getString(R.string.wifi_security_wpa);
109 return concise ? context.getString(R.string.wifi_security_short_wpa2) :
110 context.getString(R.string.wifi_security_wpa2);
112 return concise ? context.getString(R.string.wifi_security_short_wpa_wpa2) :
113 context.getString(R.string.wifi_security_wpa_wpa2);
116 return concise ? context.getString(R.string
323 removeDoubleQuotes(String string) argument
332 convertToQuotedString(String string) argument
[all...]
/packages/apps/Contacts/src/com/android/contacts/model/account/
H A DExchangeAccountType.java81 R.string.nameLabelsGroup, -1, true, R.layout.structured_name_editor_view));
82 kind.actionHeader = new SimpleInflater(R.string.nameLabelsGroup);
88 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix,
91 R.string.name_family, FLAGS_PERSON_NAME));
93 R.string.name_middle, FLAGS_PERSON_NAME));
95 R.string.name_given, FLAGS_PERSON_NAME));
97 R.string.name_suffix, FLAGS_PERSON_NAME));
100 R.string.name_phonetic_family, FLAGS_PHONETIC));
102 R.string.name_phonetic_given, FLAGS_PHONETIC));
110 R.string
[all...]
/packages/apps/Settings/src/com/android/settings/
H A DCredentialStorage.java245 .setTitle(android.R.string.dialog_alert_title)
247 .setMessage(R.string.credentials_reset_hint)
248 .setPositiveButton(android.R.string.ok, this)
249 .setNegativeButton(android.R.string.cancel, this)
296 R.string.credentials_erased, Toast.LENGTH_SHORT).show();
299 R.string.credentials_not_erased, Toast.LENGTH_SHORT).show();
315 .setTitle(android.R.string.dialog_alert_title)
317 .setMessage(R.string.credentials_configure_lock_screen_hint)
318 .setPositiveButton(android.R.string.ok, this)
319 .setNegativeButton(android.R.string
[all...]
H A DBatteryInfo.java65 * Format a number of tenths-units as a decimal string without using a
88 + getString(R.string.battery_info_voltage_units));
90 + getString(R.string.battery_info_temperature_units));
97 mPower.setText(getString(R.string.battery_info_power_unplugged));
100 mPower.setText(getString(R.string.battery_info_power_ac));
103 mPower.setText(getString(R.string.battery_info_power_usb));
106 mPower.setText(getString(R.string.battery_info_power_wireless));
109 mPower.setText(getString(R.string.battery_info_power_ac_usb));
112 mPower.setText(getString(R.string.battery_info_power_unknown));
119 healthString = getString(R.string
[all...]
/packages/apps/Contacts/src/com/android/contacts/calllog/
H A DCallTypeHelper.java43 mIncomingName = resources.getString(R.string.type_incoming);
44 mOutgoingName = resources.getString(R.string.type_outgoing);
45 mMissedName = resources.getString(R.string.type_missed);
46 mVoicemailName = resources.getString(R.string.type_voicemail);
H A DPhoneNumberHelper.java50 * Returns the string to display for the given phone number.
60 return mResources.getString(R.string.unknown);
63 return mResources.getString(R.string.private_num);
66 return mResources.getString(R.string.payphone);
69 return mResources.getString(R.string.voicemail);
H A DClearCallLogDialog.java50 getString(R.string.clearCallLogProgress_title),
70 .setTitle(R.string.clearCallLogConfirmation_title)
72 .setMessage(R.string.clearCallLogConfirmation)
73 .setNegativeButton(android.R.string.cancel, null)
74 .setPositiveButton(android.R.string.ok, okListener)
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DSplitContactConfirmationDialogFragment.java43 builder.setTitle(R.string.splitConfirmation_title);
45 builder.setMessage(R.string.splitConfirmation);
46 builder.setPositiveButton(android.R.string.ok, new DialogInterface.OnClickListener() {
53 builder.setNegativeButton(android.R.string.cancel, null);
/packages/apps/Contacts/src/com/android/contacts/preference/
H A DDisplayOrderPreference.java49 mContext.getString(R.string.display_options_view_given_name_first),
50 mContext.getString(R.string.display_options_view_family_name_first),
68 return mContext.getString(R.string.display_options_view_given_name_first);
70 return mContext.getString(R.string.display_options_view_family_name_first);
H A DSortOrderPreference.java49 mContext.getString(R.string.display_options_sort_by_given_name),
50 mContext.getString(R.string.display_options_sort_by_family_name),
68 return mContext.getString(R.string.display_options_sort_by_given_name);
70 return mContext.getString(R.string.display_options_sort_by_family_name);
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothProgressCategory.java27 super(context, attrs, R.string.bluetooth_no_devices_found);
/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DUtils.java56 sb.append(context.getString(R.string.battery_history_days,
59 sb.append(context.getString(R.string.battery_history_hours, hours, minutes, seconds));
61 sb.append(context.getString(R.string.battery_history_minutes, minutes, seconds));
63 sb.append(context.getString(R.string.battery_history_seconds, seconds));
H A DPowerUsageDetail.java74 R.string.battery_desc_standby,
75 R.string.battery_desc_radio,
76 R.string.battery_desc_voice,
77 R.string.battery_desc_wifi,
78 R.string.battery_desc_bluetooth,
79 R.string.battery_desc_display,
80 R.string.battery_desc_apps,
81 R.string.battery_desc_users,
208 text1.setText(getString(R.string.percentage, percentage));
229 mForceStopButton.setText(R.string
[all...]
/packages/apps/Mms/src/com/android/mms/ui/
H A DAttachmentTypeSelectorAdapter.java54 addItem(data, context.getString(R.string.attach_image),
57 addItem(data, context.getString(R.string.attach_take_photo),
60 addItem(data, context.getString(R.string.attach_video),
63 addItem(data, context.getString(R.string.attach_record_video),
67 addItem(data, context.getString(R.string.attach_sound),
71 addItem(data, context.getString(R.string.attach_record_sound),
75 addItem(data, context.getString(R.string.attach_slideshow),
H A DSlideEditorActivity.java286 Toast.makeText(SlideEditorActivity.this, R.string.cannot_add_picture_and_video,
336 setTitle(getString(R.string.slide_show_part, (mPosition + 1), mSlideshowModel.size()));
353 menu.add(0, MENU_PREVIEW_SLIDESHOW, 0, R.string.preview_slideshow).setIcon(
359 menu.add(0, MENU_REMOVE_TEXT, 0, R.string.remove_text).setIcon(
365 menu.add(0, MENU_DEL_PICTURE, 0, R.string.remove_picture).setIcon(
368 menu.add(0, MENU_ADD_PICTURE, 0, R.string.add_picture).setIcon(
370 menu.add(0, MENU_TAKE_PICTURE, 0, R.string.attach_take_photo).setIcon(
376 menu.add(0, MENU_DEL_AUDIO, 0, R.string.remove_music).setIcon(
380 SubMenu subMenu = menu.addSubMenu(0, MENU_SUB_AUDIO, 0, R.string.add_music)
382 subMenu.add(0, MENU_ADD_AUDIO, 0, R.string
[all...]
H A DMessageUtils.java127 * a null string. Otherwise it will return the original subject string.
128 * @param context a regular context so the function can grab string resources
185 return context.getResources().getString(R.string.cannot_get_details);
189 details.append(res.getString(R.string.message_type_label));
190 details.append(res.getString(R.string.multimedia_notification));
195 details.append(res.getString(R.string.from_label));
197 res.getString(R.string.hidden_sender_address));
202 R.string.expire_on,
208 details.append(res.getString(R.string
931 isAlias(String string) argument
[all...]
H A DLayoutSelectorAdapter.java37 addItem(data, context.getString(R.string.select_top_text),
39 addItem(data, context.getString(R.string.select_bottom_text),
/packages/apps/Calendar/src/com/android/calendar/
H A DEventRecurrenceFormatter.java29 // TODO Implement "Until" portion of string, as well as custom settings
32 return r.getString(R.string.daily);
35 return r.getString(R.string.every_weekday);
37 String format = r.getString(R.string.weekly);
66 return r.getString(R.string.monthly);
69 return r.getString(R.string.yearly_plain);
78 * @return day of week as a string
/packages/apps/Contacts/src/com/android/contacts/dialog/
H A DClearFrequentsDialog.java49 getFragmentManager(), getString(R.string.clearFrequentsProgress_title),
68 .setTitle(R.string.clearFrequentsConfirmation_title)
69 .setMessage(R.string.clearFrequentsConfirmation)
70 .setNegativeButton(android.R.string.cancel, null)
71 .setPositiveButton(android.R.string.ok, okListener)
/packages/apps/Phone/src/com/android/phone/sip/
H A DSipEditor.java81 Username(R.string.username, 0, R.string.default_preference_summary),
82 Password(R.string.password, 0, R.string.default_preference_summary),
83 DomainAddress(R.string.domain_address, 0, R.string.default_preference_summary),
84 DisplayName(R.string.display_name, 0, R.string.display_name_summary),
85 ProxyAddress(R.string.proxy_address, 0, R.string
[all...]
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DSizeLimitActivity.java94 String queueText = getString(R.string.button_queue_for_wifi);
100 builder.setTitle(R.string.wifi_required_title)
101 .setMessage(getString(R.string.wifi_required_body, sizeString, queueText))
102 .setPositiveButton(R.string.button_queue_for_wifi, this)
103 .setNegativeButton(R.string.button_cancel_download, this);
105 builder.setTitle(R.string.wifi_recommended_title)
106 .setMessage(getString(R.string.wifi_recommended_body, sizeString, queueText))
107 .setPositiveButton(R.string.button_start_now, this)
108 .setNegativeButton(R.string.button_queue_for_wifi, this);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransferActivity.java215 mPara.mTitle = getString(R.string.download_title);
218 mPara.mPositiveButtonText = getString(R.string.download_ok);
220 mPara.mNegativeButtonText = getString(R.string.download_cancel);
223 mPara.mPositiveButtonText = getString(R.string.download_succ_ok);
227 mPara.mPositiveButtonText = getString(R.string.download_fail_ok);
230 mPara.mPositiveButtonText = getString(R.string.upload_succ_ok);
234 mPara.mPositiveButtonText = getString(R.string.upload_fail_ok);
236 mPara.mNegativeButtonText = getString(R.string.upload_fail_cancel);
268 tmp = getString(R.string.download_line1, mTransInfo.mDeviceName);
271 tmp = getString(R.string
[all...]
/packages/apps/Email/src/com/android/email/
H A DRequireManualSyncDialog.java31 setMessage(context.getResources().getString(R.string.require_manual_sync_message));
32 setButton(DialogInterface.BUTTON_POSITIVE, context.getString(android.R.string.ok), this);
/packages/apps/VideoEditor/src/com/android/videoeditor/
H A DExportOptionsDialog.java63 builder.setTitle(context.getString(R.string.editor_export_movie));
75 builder.setPositiveButton(context.getString(R.string.export_dialog_export),
92 builder.setNegativeButton(context.getString(android.R.string.cancel), negativeListener);
121 sizeSpinner.setPromptId(R.string.export_dialog_movie_size);
127 qualityAdapter.add(context.getString(R.string.export_dialog_movie_quality_low));
128 qualityAdapter.add(context.getString(R.string.export_dialog_movie_quality_medium));
129 qualityAdapter.add(context.getString(R.string.export_dialog_movie_quality_high));
134 qualitySpinner.setPromptId(R.string.export_dialog_movie_quality);
/packages/apps/CertInstaller/src/com/android/certinstaller/
H A DCertInstaller.java79 toastErrorAndFinish(R.string.invalid_cert);
89 toastErrorAndFinish(R.string.only_primary_user_allowed);
100 toastErrorAndFinish(R.string.no_cert_to_saved);
164 dialog.setMessage(getString(R.string.extracting_pkcs12));
179 Toast.makeText(this, getString(R.string.cert_is_added,
190 toastErrorAndFinish(R.string.cert_not_saved);
253 toastErrorAndFinish(R.string.no_cert_to_saved);
319 mView.showError(R.string.password_error);
328 mView.showError(R.string.password_empty_error);
334 ? getString(R.string
[all...]

Completed in 1741 milliseconds

1234567891011>>