Searched refs:summary (Results 1 - 25 of 29) sorted by relevance

12

/packages/apps/Browser/src/com/android/browser/preferences/
H A DNonformattingListPreference.java35 public void setSummary(CharSequence summary) { argument
36 mSummary = summary;
37 super.setSummary(summary);
H A DSeekBarSummaryPreference.java55 public void setSummary(CharSequence summary) { argument
56 mSummary = summary;
/packages/apps/Phone/src/com/android/phone/
H A DCLIRListPreference.java91 // set the string summary to reflect the value
92 int summary = R.string.sum_default_caller_id;
95 summary = R.string.sum_show_caller_id;
98 summary = R.string.sum_hide_caller_id;
101 summary = R.string.sum_default_caller_id;
104 setSummary(summary);
H A DEditPhoneNumberPreference.java136 //get the summary settings, use CheckBoxPreference as the standard.
156 // Sync the summary view
157 TextView summaryView = (TextView) view.findViewById(android.R.id.summary);
162 //set summary depending upon mode
432 public EditPhoneNumberPreference setSummaryOn(CharSequence summary) { argument
433 mSummaryOn = summary;
446 //get the summary string for the on state
456 public EditPhoneNumberPreference setSummaryOff(CharSequence summary) { argument
457 mSummaryOff = summary;
470 //get the summary strin
[all...]
H A DDataUsageListener.java61 public DataUsageListener(Context context, Preference summary, PreferenceScreen prefScreen) { argument
63 mSummaryPref = summary;
/packages/apps/Settings/src/com/android/settings/
H A DPrivacySettings.java158 private void setConfigureSummary(String summary) { argument
159 if (summary != null) {
160 mConfigure.setSummary(summary);
169 String summary = mBackupManager.getDestinationString(transport);
170 setConfigureSummary(summary);
H A DSettings.java402 TextView summary; field in class:Settings.HeaderAdapter.HeaderViewHolder
476 holder.summary = (TextView)
477 view.findViewById(com.android.internal.R.id.summary);
488 holder.summary = (TextView)
489 view.findViewById(com.android.internal.R.id.summary);
517 CharSequence summary = header.getSummary(getContext().getResources());
518 if (!TextUtils.isEmpty(summary)) {
519 holder.summary.setVisibility(View.VISIBLE);
520 holder.summary.setText(summary);
[all...]
H A DUtils.java71 * to specify the summary text that should be displayed for the preference.
73 private static final String META_DATA_PREFERENCE_SUMMARY = "com.android.settings.summary";
133 * summary of the preference will also be updated with the values retrieved
136 * activity, an icon and summary text will not be displayed.
172 String summary = null;
183 summary = res.getString(metaData.getInt(META_DATA_PREFERENCE_SUMMARY));
197 // Set icon, title and summary for the preference
200 preference.setSummary(summary);
233 String summary = null;
244 summary
[all...]
H A DDisplaySettings.java109 String summary;
112 summary = "";
123 summary = preference.getContext().getString(R.string.screen_timeout_summary,
126 preference.setSummary(summary);
189 // report the current size in the summary text
H A DSoundSettings.java289 CharSequence summary = context.getString(com.android.internal.R.string.ringtone_unknown);
292 summary = context.getString(com.android.internal.R.string.ringtone_silent);
300 summary = cursor.getString(0);
308 mHandler.sendMessage(mHandler.obtainMessage(msg, summary));
H A DAccessibilityEnableScriptInjectionPreference.java59 View summaryView = view.findViewById(com.android.internal.R.id.summary);
H A DIccLockSettings.java134 String summary = isIccLockEnabled()
137 return summary;
H A DAccessibilitySettings.java124 private static final String EXTRA_SUMMARY = "summary";
406 TextView summaryView = (TextView) view.findViewById(R.id.summary);
741 TextView summaryView = (TextView) view.findViewById(R.id.summary);
890 String summary = arguments.getString(EXTRA_SUMMARY);
891 mSummaryPreference.setSummary(summary);
/packages/apps/Email/src/com/android/email/activity/setup/
H A DGeneralPreferences.java120 // Update summary - but only load the array once
125 CharSequence summary = null;
127 summary = mSizeSummaries[textZoomIndex];
129 mTextZoom.setSummary(summary);
H A DAccountSettingsFragment.java369 String summary = newValue.toString().trim();
370 if (TextUtils.isEmpty(summary)) {
371 summary = mAccount.mEmailAddress;
373 mAccountDescription.setSummary(summary);
374 mAccountDescription.setText(summary);
375 onPreferenceChanged(PREFERENCE_DESCRIPTION, summary);
389 final String summary = newValue.toString().trim();
390 if (!TextUtils.isEmpty(summary)) {
391 mAccountName.setSummary(summary);
392 mAccountName.setText(summary);
[all...]
H A DAccountSettings.java397 debugHeader.summary = null;
416 mAppPreferencesHeader.summary = null;
462 newHeader.summary = email;
/packages/apps/Settings/src/com/android/settings/accounts/
H A DSyncStateCheckBoxPreference.java76 * Override the summary. Fill in the %1$s with the existing summary
77 * (what ends up happening is the old summary is shown on the next
80 TextView summary = (TextView) view.findViewById(android.R.id.summary);
81 summary.setText(getContext().getString(R.string.sync_one_time_sync, getSummary()));
/packages/apps/Settings/src/com/android/settings/wifi/
H A DAccessPoint.java318 /** Updates the title and summary; may indirectly call notifyChanged() */
340 StringBuilder summary = new StringBuilder();
342 summary.append(context.getString(R.string.wifi_remembered));
347 if (summary.length() == 0) {
352 summary.append(String.format(securityStrFormat, getSecurityString(true)));
356 if (summary.length() == 0) {
357 summary.append(context.getString(R.string.wifi_wps_available_first_item));
359 summary.append(context.getString(R.string.wifi_wps_available_second_item));
362 setSummary(summary.toString());
H A DWifiStatusTest.java297 String summary = Summary.get(this, mWifiManager.getConnectionInfo().getSSID(),
299 mNetworkState.setText(summary);
/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DInputMethodPreference.java104 mSummaryText = (TextView)view.findViewById(android.R.id.summary);
218 final String summary = getSummaryString();
219 if (TextUtils.isEmpty(summary)) {
222 setSummary(summary);
H A DCheckBoxAndSettingsPreference.java60 mSummaryText = (TextView)view.findViewById(android.R.id.summary);
H A DInputMethodAndSubtypeUtil.java164 final CharSequence summary = subtype != null
170 return summary;
/packages/apps/Phone/src/com/android/phone/sip/
H A DSipSettings.java116 String summary = "";
119 summary = getString(R.string.third_party_account_summary,
122 summary = getString(R.string.primary_account_summary_with,
125 summary = registrationStatus;
127 setSummary(summary);
/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DPowerUsageDetail.java188 final TextView summary = (TextView) mRootView.findViewById(android.R.id.summary);
189 summary.setText(getDescriptionForDrainType());
190 summary.setVisibility(View.VISIBLE);
391 private void addControl(int title, int summary, int action) { argument
397 TextView summaryView = (TextView) item.findViewById(R.id.summary);
399 summaryView.setText(res.getString(summary));
/packages/apps/Settings/src/com/android/settings/quicklaunch/
H A DShortcutPreference.java125 TextView summaryView = (TextView) view.findViewById(android.R.id.summary);

Completed in 2198 milliseconds

12