Home
last modified time | relevance | path

Searched refs:summary (Results 1 – 25 of 76) sorted by relevance

1234

/frameworks/base/core/java/android/preference/
DTwoStatePreference.java105 public void setSummaryOn(CharSequence summary) { in setSummaryOn() argument
106 mSummaryOn = summary; in setSummaryOn()
133 public void setSummaryOff(CharSequence summary) { in setSummaryOff() argument
134 mSummaryOff = summary; in setSummaryOff()
209 TextView summaryView = (TextView) view.findViewById(com.android.internal.R.id.summary); in syncSummaryView()
221 final CharSequence summary = getSummary(); in syncSummaryView() local
222 if (summary != null) { in syncSummaryView()
223 summaryView.setText(summary); in syncSummaryView()
DListPreference.java166 public void setSummary(CharSequence summary) { in setSummary() argument
167 super.setSummary(summary); in setSummary()
168 if (summary == null && mSummary != null) { in setSummary()
170 } else if (summary != null && !summary.equals(mSummary)) { in setSummary()
171 mSummary = summary.toString(); in setSummary()
DMultiCheckPreference.java198 public void setSummary(CharSequence summary) { in setSummary() argument
199 super.setSummary(summary); in setSummary()
200 if (summary == null && mSummary != null) { in setSummary()
202 } else if (summary != null && !summary.equals(mSummary)) { in setSummary()
203 mSummary = summary.toString(); in setSummary()
DPreference.java513 com.android.internal.R.id.summary); in onBindView()
515 final CharSequence summary = getSummary(); in onBindView() local
516 if (!TextUtils.isEmpty(summary)) { in onBindView()
517 summaryView.setText(summary); in onBindView()
689 public void setSummary(CharSequence summary) { in setSummary() argument
690 if (summary == null && mSummary != null || summary != null && !summary.equals(mSummary)) { in setSummary()
691 mSummary = summary; in setSummary()
1659 CharSequence summary = getSummary(); in getFilterableStringBuilder() local
1660 if (!TextUtils.isEmpty(summary)) { in getFilterableStringBuilder()
1661 sb.append(summary).append(' '); in getFilterableStringBuilder()
DPreferenceActivity.java245 TextView summary; field in PreferenceActivity.HeaderAdapter.HeaderViewHolder
266 holder.summary = (TextView) view.findViewById(com.android.internal.R.id.summary); in getView()
277 CharSequence summary = header.getSummary(getContext().getResources()); in getView() local
278 if (!TextUtils.isEmpty(summary)) { in getView()
279 holder.summary.setVisibility(View.VISIBLE); in getView()
280 holder.summary.setText(summary); in getView()
282 holder.summary.setVisibility(View.GONE); in getView()
330 public CharSequence summary; field in PreferenceActivity.Header
410 return summary; in getSummary()
449 TextUtils.writeToParcel(summary, dest, flags); in writeToParcel()
[all …]
/frameworks/base/docs/html/training/basics/network-ops/
Dxml.jd99 <summary type="html">
102 </summary>
112 <code>title</code>, <code>link</code>, and <code>summary</code>.</p>
182 <code>title</code>, <code>link</code>, and <code>summary</code>.</li>
192 <code>link</code> or <code>summary</code>, it calls the appropriate method
200 <li>For the <code>title</code> and <code>summary</code> tags, the parser calls
212 <code>summary</code>.</li>
226 public final String summary;
228 private Entry(String title, String summary, String link) {
230 this.summary = summary;
[all …]
/frameworks/opt/inputmethodcommon/java/com/android/inputmethodcommon/
DInputMethodSettingsImpl.java181 final String summary = getEnabledSubtypesLabel(mContext, mImm, mImi); in updateSubtypeEnabler() local
182 if (!TextUtils.isEmpty(summary)) { in updateSubtypeEnabler()
183 mSubtypeEnablerPreference.setSummary(summary); in updateSubtypeEnabler()
/frameworks/wilhelm/src/itf/
DIOutputMixExt.c218 Summary summary; in IOutputMixExt_FillBuffer() local
220 summary = GAIN_MUTE; in IOutputMixExt_FillBuffer()
222 summary = GAIN_UNITY; in IOutputMixExt_FillBuffer()
224 summary = GAIN_OTHER; in IOutputMixExt_FillBuffer()
226 summaries[channel] = summary; in IOutputMixExt_FillBuffer()
/frameworks/base/cmds/pm/src/com/android/commands/pm/
DPm.java503 boolean summary = false; in runListPermissions()
514 summary = true; in runListPermissions()
542 doListPermissions(groupList, groups, labels, summary, in runListPermissions()
548 doListPermissions(groupList, groups, labels, summary, in runListPermissions()
555 doListPermissions(groupList, groups, labels, summary, in runListPermissions()
561 doListPermissions(groupList, groups, labels, summary, in runListPermissions()
571 boolean groups, boolean labels, boolean summary, in doListPermissions() argument
582 if (summary) { in doListPermissions()
608 System.out.println(((labels && !summary) in doListPermissions()
627 if (summary) { in doListPermissions()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/
DNetworkStatsServiceTest.java898 private void expectNetworkStatsSummary(NetworkStats summary) throws Exception { in expectNetworkStatsSummary() argument
899 expectNetworkStatsSummaryDev(summary); in expectNetworkStatsSummary()
900 expectNetworkStatsSummaryXt(summary); in expectNetworkStatsSummary()
903 private void expectNetworkStatsSummaryDev(NetworkStats summary) throws Exception { in expectNetworkStatsSummaryDev() argument
904 expect(mNetManager.getNetworkStatsSummaryDev()).andReturn(summary).atLeastOnce(); in expectNetworkStatsSummaryDev()
907 private void expectNetworkStatsSummaryXt(NetworkStats summary) throws Exception { in expectNetworkStatsSummaryXt() argument
908 expect(mNetManager.getNetworkStatsSummaryXt()).andReturn(summary).atLeastOnce(); in expectNetworkStatsSummaryXt()
/frameworks/base/docs/html/intl/ja/training/monitoring-device-state/
Dindex.jd34 These should be short and to the point. It should be clear from reading the summary whether someone
/frameworks/base/docs/html/intl/zh-CN/training/monitoring-device-state/
Dindex.jd34 These should be short and to the point. It should be clear from reading the summary whether someone
/frameworks/base/docs/html/intl/ko/training/monitoring-device-state/
Dindex.jd34 These should be short and to the point. It should be clear from reading the summary whether someone
/frameworks/base/docs/html/intl/ru/training/monitoring-device-state/
Dindex.jd34 These should be short and to the point. It should be clear from reading the summary whether someone
/frameworks/base/docs/html/
Dsitemap.txt251 http://developer.android.com/reference/android/package-summary.html
252 http://developer.android.com/reference/android/accessibilityservice/package-summary.html
253 http://developer.android.com/reference/android/accounts/package-summary.html
254 http://developer.android.com/reference/android/app/package-summary.html
255 http://developer.android.com/reference/android/app/admin/package-summary.html
256 http://developer.android.com/reference/android/app/backup/package-summary.html
257 http://developer.android.com/reference/android/appwidget/package-summary.html
258 http://developer.android.com/reference/android/bluetooth/package-summary.html
259 http://developer.android.com/reference/android/content/package-summary.html
260 http://developer.android.com/reference/android/content/pm/package-summary.html
[all …]
/frameworks/base/docs/html/about/versions/
Dandroid-2.0.1.jd22 <li><a href="#api-changes">API changes summary</a></li>
280 <h3 id="api-changes">API changes summary</h3>
282 <p>The following is a summary of changes to the framework APIs.</p>
298 <p>The following is a summary of changes that affect the behavior of some
329 <p>The following is a summary of bug fixes that affect some framework APIs.</p>
/frameworks/compile/mclinker/m4/
Dllvm-target.m44 dnl @summary enumlate LLVM Targets, set up variables:
Dllvm.m44 dnl @summary check LLVM, set up variables:
/frameworks/base/docs/html/training/monetization/
Dindex.jd37 These should be short and to the point. It should be clear from reading the summary whether someone
/frameworks/base/docs/html/training/managing-audio/
Dindex.jd43 These should be short and to the point. It should be clear from reading the summary whether someone
/frameworks/base/docs/html/training/efficient-downloads/
Dindex.jd35 These should be short and to the point. It should be clear from reading the summary whether someone
/frameworks/base/docs/html/reference/renderscript/
Ddoxygen.css747 div.summary
756 div.summary a
925 .summary { display: none; }
/frameworks/base/docs/html/design/patterns/
Dnotifications.jd97 single data item (e.g. a message), but it might also be a summary view if the notification is
116 <p>A stacked notification builds a summary description and allows the user to understand how many
126 <p>If you keep the summary and detail information on different screens, a stacked notification may …
/frameworks/base/docs/html/training/monitoring-device-state/
Dindex.jd38 These should be short and to the point. It should be clear from reading the summary whether someone
/frameworks/base/docs/html/guide/topics/resources/
Davailable-resources.jd19 <p>Here's a brief summary of each resource type:</p>

1234